summaryrefslogtreecommitdiffstats
path: root/audio/clam_voice2midi/fix_undelinking.patch
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-16 10:51:03 +0200
committer dsomero2012-09-17 01:44:41 +0200
commit1dc9f695929cd53608e2ef54ec867b19fdf74f28 (patch)
treefd0c8a7ebfec11547f64a9aaa6c9f475ad2d60ad /audio/clam_voice2midi/fix_undelinking.patch
parent5958c5006350be7f98ad0f07ab1eb92998e5c613 (diff)
downloadslackbuilds-1dc9f695929cd53608e2ef54ec867b19fdf74f28.tar.gz
audio/clam_voice2midi: Added a patch to fix underlinking.
Exported CFLAGS like required by the scons script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/clam_voice2midi/fix_undelinking.patch')
-rw-r--r--audio/clam_voice2midi/fix_undelinking.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/clam_voice2midi/fix_undelinking.patch b/audio/clam_voice2midi/fix_undelinking.patch
new file mode 100644
index 0000000000..3818e0074e
--- /dev/null
+++ b/audio/clam_voice2midi/fix_undelinking.patch
@@ -0,0 +1,12 @@
+diff -Naur Voice2MIDI-0.3.10.orig/SConstruct Voice2MIDI-0.3.10/SConstruct
+--- Voice2MIDI-0.3.10.orig/SConstruct 2009-06-29 16:46:18.000000000 +0200
++++ Voice2MIDI-0.3.10/SConstruct 2012-09-16 09:50:30.637847765 +0200
+@@ -164,6 +164,8 @@
+ extralinkFlags = []
+ if sys.platform == 'darwin' :
+ extralinkFlags=['-dynamic','-bind_at_load']
++if sys.platform == 'linux2' :
++ extralinkFlags=['-lGL']
+
+ programs = []
+ for main in mainSources.items() :