mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
11 lines
448 B
Diff
11 lines
448 B
Diff
--- Sconstruct.orig 2009-10-29 12:05:41.000000000 +0000
|
|
+++ Sconstruct 2009-10-29 12:05:02.000000000 +0000
|
|
@@ -265,7 +265,7 @@
|
|
if str(env['portaudio']) == "1": env.Append( LIBS = [ "portaudio" ] )
|
|
if str(env['portmidi']) == "1":
|
|
env.Append( LIBS = [ "portmidi" ] )
|
|
- env.Append( LIBS = [ "porttime" ] )
|
|
+# env.Append( LIBS = [ "porttime" ] )
|
|
if str(env['lash']) == "1":
|
|
env.ParseConfig('pkg-config --cflags --libs lash-1.0')
|
|
|