diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-12 02:18:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-12 02:18:15 +0000 |
commit | 6e5c1e71eb9756282a3ab4534932a265f00743e4 (patch) | |
tree | a1f777b4807036ca01d7c9ba0c6200cfce7fcf9c /textproc/libxml2 | |
parent | 09f914f18d2105bfe876f15b8f9876609565e20f (diff) | |
download | ports-6e5c1e71eb9756282a3ab4534932a265f00743e4.tar.gz ports-6e5c1e71eb9756282a3ab4534932a265f00743e4.zip |
Add a warning that pthread support may break certain ports.
Submitted by: ale
Notes
Notes:
svn path=/head/; revision=103715
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
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 \ |