USE_MT fix again.

Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
This commit is contained in:
Yukihiro Nakai 2000-07-20 10:41:37 +00:00
parent 986e808d4c
commit 441c99cbf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30917

View File

@ -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