summaryrefslogtreecommitdiffstats
path: root/audio/gogo
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-07-20 10:41:37 +0000
committernakai <nakai@FreeBSD.org>2000-07-20 10:41:37 +0000
commit7c8707c1a275545a353aa35e626edd8a8ec31417 (patch)
tree0b94bb4a517c8d860a3cbfdc7bbe0aaa74bce050 /audio/gogo
parent24a5fe6a3daa0c49915aec7b3beb5213ed987010 (diff)
downloadFreeBSD-ports-7c8707c1a275545a353aa35e626edd8a8ec31417.zip
FreeBSD-ports-7c8707c1a275545a353aa35e626edd8a8ec31417.tar.gz
USE_MT fix again.
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Diffstat (limited to 'audio/gogo')
-rw-r--r--audio/gogo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
index f78ba4c..d77f6ae 100644
--- a/audio/gogo/Makefile
+++ b/audio/gogo/Makefile
@@ -32,7 +32,7 @@ pre-fetch:
@${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads."
@${ECHO_MSG} "It would increase performance in SMP environment."
.else
-MAKE_ENV+= "WITH_THREADS=yes"
+MAKE_ENV+= "USE_MT=yes"
LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads
.endif
OpenPOWER on IntegriCloud