diff options
Diffstat (limited to 'audio/hydrogen/porttime.patch')
-rw-r--r-- | audio/hydrogen/porttime.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/hydrogen/porttime.patch b/audio/hydrogen/porttime.patch new file mode 100644 index 000000000000..b4f6bbca21d9 --- /dev/null +++ b/audio/hydrogen/porttime.patch @@ -0,0 +1,11 @@ +--- 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') + |