1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Rename the name of knob from WITH_THREADS to WITH_THREADS_BREAK. If enable

threads option will break other ports then the name of knob shouldn't be
use this global name.

PR:		ports/116968
Reported by:	Cory R. King <coryking@mozimedia.com>
This commit is contained in:
Jeremy Messenger 2007-10-21 02:30:23 +00:00
parent f2517ccff5
commit 802d08b8a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201699

View File

@ -4,7 +4,7 @@
# #
# $FreeBSD$ # $FreeBSD$
# #
# WITH_THREADS enable pthread support (WILL BREAK OTHER PORTS!) # WITH_THREADS_BREAK enable pthread support (WILL BREAK OTHER PORTS!)
# WITHOUT_SCHEMA disable XML schema support # WITHOUT_SCHEMA disable XML schema support
# WITH_MEM_DEBUG enable memory debugging (DEVELOPERS ONLY!) # WITH_MEM_DEBUG enable memory debugging (DEVELOPERS ONLY!)
# WITH_XMLLINT_HIST enable history for xmllint # WITH_XMLLINT_HIST enable history for xmllint
@ -41,7 +41,7 @@ MAN1= xml2-config.1 xmllint.1 xmlcatalog.1
MAN3= libxml.3 MAN3= libxml.3
.endif .endif
.if defined(WITH_THREADS) .if defined(WITH_THREADS_BREAK)
CONFIGURE_ARGS+= --with-threads CONFIGURE_ARGS+= --with-threads
.else .else
CONFIGURE_ARGS+= --without-threads CONFIGURE_ARGS+= --without-threads