aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-12 10:18:15 +0800
committermarcus <marcus@FreeBSD.org>2004-03-12 10:18:15 +0800
commit6beacc60e44642f507621dde25c567ee1a8b27fb (patch)
tree4c85baeb0dd80b286ad35a1637ef5b15f4fcf2d1 /textproc
parentc136f04cb5b57071ca9480a4dea80eb3011401a8 (diff)
downloadfreebsd-ports-gnome-6beacc60e44642f507621dde25c567ee1a8b27fb.tar.gz
freebsd-ports-gnome-6beacc60e44642f507621dde25c567ee1a8b27fb.tar.zst
freebsd-ports-gnome-6beacc60e44642f507621dde25c567ee1a8b27fb.zip
Add a warning that pthread support may break certain ports.
Submitted by: ale
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 31e27b93814f..4e991f7efc91 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= xml2-config.1 xmllint.1 xmlcatalog.1
MAN3= libxml.3
-OPTIONS= THREADS "Enable pthread support" off \
+OPTIONS= THREADS "Enable pthread support (MAY BREAK OTHER PORTS!)" off \
SCHEMA "Enable XML schema support" on \
MEM_DEBUG "Enable memory debugging (DEVELOPERS ONLY!)" off \
XMLLINT_HIST "Enable history for xmllint" off \