From 04277d02161cbe23ca3a1becce79a29fb3a6e683 Mon Sep 17 00:00:00 2001 From: nakai Date: Wed, 19 Jul 2000 05:48:10 +0000 Subject: Use WITH_THREADS instead of USE_MT. Submitted by: FUJISHIMA Satsuki --- audio/gogo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio') 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 -- cgit