diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-07-20 10:41:37 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-07-20 10:41:37 +0000 |
commit | 441c99cbf0d2701427201fc0c446a64a0a8cf897 (patch) | |
tree | a2b0abbd5dfe9afbe1543604a28c44d8ca88a11f /audio/gogo/Makefile | |
parent | 986e808d4c95c8c56e9642983d5c1e32f57dfc6a (diff) | |
download | ports-441c99cbf0d2701427201fc0c446a64a0a8cf897.tar.gz ports-441c99cbf0d2701427201fc0c446a64a0a8cf897.zip |
Notes
Diffstat (limited to 'audio/gogo/Makefile')
-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 f78ba4ca45fb..d77f6ae1b30f 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 |