diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-21 10:30:23 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-21 10:30:23 +0800 |
commit | fc7cab00c7e2a16733ab9f6b06cf9b1b8081ac8a (patch) | |
tree | 7af2899049d77bed402a46068463e4cfdebe7b73 /textproc/libxml2 | |
parent | 73902f805ec5ef527fcfb5878d8c1e0a98b60111 (diff) | |
download | freebsd-ports-gnome-fc7cab00c7e2a16733ab9f6b06cf9b1b8081ac8a.tar.gz freebsd-ports-gnome-fc7cab00c7e2a16733ab9f6b06cf9b1b8081ac8a.tar.zst freebsd-ports-gnome-fc7cab00c7e2a16733ab9f6b06cf9b1b8081ac8a.zip |
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>
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index bf966ee31d2c..2296271f9d36 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -4,7 +4,7 @@ # # $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 # WITH_MEM_DEBUG enable memory debugging (DEVELOPERS ONLY!) # WITH_XMLLINT_HIST enable history for xmllint @@ -41,7 +41,7 @@ MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 MAN3= libxml.3 .endif -.if defined(WITH_THREADS) +.if defined(WITH_THREADS_BREAK) CONFIGURE_ARGS+= --with-threads .else CONFIGURE_ARGS+= --without-threads |