diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-07-19 05:48:10 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-07-19 05:48:10 +0000 |
commit | 6ebb04177779caea4f7b53a9a769c817511d98ac (patch) | |
tree | d599569e6b1579d148cf05a9365c8db8a87095f7 /audio/gogo/Makefile | |
parent | 2e81bf679549b84e05f78ff023b5bea5b0331b42 (diff) | |
download | ports-6ebb04177779caea4f7b53a9a769c817511d98ac.tar.gz ports-6ebb04177779caea4f7b53a9a769c817511d98ac.zip |
Notes
Diffstat (limited to 'audio/gogo/Makefile')
-rw-r--r-- | audio/gogo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index 585d1842dc1e..f78ba4ca45fb 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -28,11 +28,11 @@ ONLY_FOR_ARCHS= i386 # CFLAGS=-march=pentiumpro -O6 -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -foptimize-register-move -ffast-math -fdefer-pop -mfancy-math-387 pre-fetch: -.if !defined(USE_MT) - @${ECHO_MSG} "set USE_MT to compile with linuxthreads." +.if !defined(WITH_THREADS) + @${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads." @${ECHO_MSG} "It would increase performance in SMP environment." .else -MAKE_ENV+= "USE_MT=yes" +MAKE_ENV+= "WITH_THREADS=yes" LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads .endif |