diff options
author | nakai <nakai@FreeBSD.org> | 2000-07-20 10:41:37 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-07-20 10:41:37 +0000 |
commit | 7c8707c1a275545a353aa35e626edd8a8ec31417 (patch) | |
tree | 0b94bb4a517c8d860a3cbfdc7bbe0aaa74bce050 /audio/gogo | |
parent | 24a5fe6a3daa0c49915aec7b3beb5213ed987010 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |