summaryrefslogtreecommitdiff
path: root/net-p2p/museek+/files/patch-museeq_SConscript
blob: ec795e4286cd84b4b3edc09cb69167151f8bf23e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- museeq/SConscript.orig	Mon Nov 22 16:01:35 2004
+++ museeq/SConscript	Mon Nov 22 17:29:36 2004
@@ -123,6 +123,7 @@
 
 sys.stdout.write("Checking Qt library...")
 sys.stdout.flush()
+env_qt.Append(LINKFLAGS = ['-pthread'])
 if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"):
     env_qt.Replace(QT_LIB = "qt-mt")
     if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"):