38e17d36fc
of digital music in different formats, including MP3 and Ogg Vorbis. It has flexible querying, tagging, intelligent scoring, and more. Author: Andreas Kloeckner <inducer@users.sf.net> WWW: http://madman.sourceforge.net/ PR: ports/87301 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
10 lines
309 B
Text
10 lines
309 B
Text
--- main/SConscript.orig Thu May 20 16:03:14 2004
|
|
+++ main/SConscript Wed Oct 12 01:30:29 2005
|
|
@@ -18,6 +18,7 @@
|
|
myenv.Append(LIBS = "madman" + component)
|
|
|
|
myenv.Replace(QT_LIB = "qt-mt")
|
|
+myenv.Append(LINKFLAGS = "-pthread")
|
|
|
|
madman_prog = myenv.Program(target = "madman",
|
|
source = [ "main.cpp" ])
|