aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/museekplus/files
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2006-08-07 00:49:34 +0800
committerstefan <stefan@FreeBSD.org>2006-08-07 00:49:34 +0800
commit1cd1ffe06a2d14b50b708cfb6d0acb49cb8f63e2 (patch)
tree793b68f000dae4e181ea8d5ad7a87acf5085d85e /net-p2p/museekplus/files
parentba2af2ecedd0df20fbd1e833b49916f12133fb31 (diff)
downloadfreebsd-ports-gnome-1cd1ffe06a2d14b50b708cfb6d0acb49cb8f63e2.tar.gz
freebsd-ports-gnome-1cd1ffe06a2d14b50b708cfb6d0acb49cb8f63e2.tar.zst
freebsd-ports-gnome-1cd1ffe06a2d14b50b708cfb6d0acb49cb8f63e2.zip
Add Museek+:
Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing application for the Soulseek peer-to-peer network. The actual SoulSeek client and the GUI are separate programs that communicate via Unix or network sockets. Approved by: arved (mentor)
Diffstat (limited to 'net-p2p/museekplus/files')
-rw-r--r--net-p2p/museekplus/files/patch-museeq_SConscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/museekplus/files/patch-museeq_SConscript b/net-p2p/museekplus/files/patch-museeq_SConscript
new file mode 100644
index 000000000000..ec795e4286cd
--- /dev/null
+++ b/net-p2p/museekplus/files/patch-museeq_SConscript
@@ -0,0 +1,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"):