packages: mixxx/mixxx-porttime.patch (NEW) - fix pottime dep

lisu lisu at pld-linux.org
Sat Jan 29 12:05:50 CET 2011


Author: lisu                         Date: Sat Jan 29 11:05:50 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix pottime dep

---- Files affected:
packages/mixxx:
   mixxx-porttime.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mixxx/mixxx-porttime.patch
diff -u /dev/null packages/mixxx/mixxx-porttime.patch:1.1
--- /dev/null	Sat Jan 29 12:05:50 2011
+++ packages/mixxx/mixxx-porttime.patch	Sat Jan 29 12:05:45 2011
@@ -0,0 +1,11 @@
+--- mixxx-1.8.2/src/SConscript.env~	2010-12-06 00:07:57.000000000 +0100
++++ mixxx-1.8.2/src/SConscript.env	2011-01-29 12:01:03.455817668 +0100
+@@ -607,7 +607,7 @@
+ CheckFFMPEG(conf, sources)
+ 
+ #Check for PortTime
+-if not conf.CheckLib(['porttime', 'libporttime']) and not conf.CheckHeader(['porttime.h']):
++if not conf.CheckLib(['porttime', 'libportmidi']) and not conf.CheckHeader(['porttime.h']):
+ 	print "Did not find PortTime or its development headers, exiting!"
+ 	Exit(1)
+ 
================================================================


More information about the pld-cvs-commit mailing list