diff options
Diffstat (limited to 'media-sound/solfege/files')
-rw-r--r-- | media-sound/solfege/files/solfege-3.18.3-swig2.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-sound/solfege/files/solfege-3.18.3-swig2.patch b/media-sound/solfege/files/solfege-3.18.3-swig2.patch new file mode 100644 index 000000000000..297bffdf8f3e --- /dev/null +++ b/media-sound/solfege/files/solfege-3.18.3-swig2.patch @@ -0,0 +1,16 @@ +diff -ur solfege-3.18.3.orig/solfege/soundcard/Makefile solfege-3.18.3/solfege/soundcard/Makefile +--- solfege-3.18.3.orig/solfege/soundcard/Makefile 2010-10-08 02:31:36.000000000 -0700 ++++ solfege-3.18.3/solfege/soundcard/Makefile 2010-10-10 12:29:39.636698327 -0700 +@@ -30,11 +30,7 @@ + ifdef SWIG + ifeq ($(SWIG_VERSION),1.1) + TARGETS += solfege/soundcard/solfege_c_midimodule.so +- endif +- ifeq ($(SWIG_VERSION),1.3) +- TARGETS += solfege/soundcard/_solfege_c_midi.so +- endif +- ifeq ($(SWIG_VERSION),unknown) ++ else + TARGETS += solfege/soundcard/_solfege_c_midi.so + endif + endif |