aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-09-19 16:58:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-09-19 16:58:09 +0000
commit7e22e041af13c5e619c18b669f01c0e5495c0701 (patch)
tree093249d61bead109b98be57d34392973205c2d30 /textproc/libxml2
parente2ebb4e08e0aa3c036806cb1a5f8dfaf678ea62f (diff)
downloadports-7e22e041af13c5e619c18b669f01c0e5495c0701.tar.gz
ports-7e22e041af13c5e619c18b669f01c0e5495c0701.zip
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 5e24cda8b6b9..3ba16db9e1f9 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -44,7 +44,7 @@ MAN3= libxml.3
.endif
.if defined(WITH_THREADS_BREAK)
-CONFIGURE_ARGS+= --with-threads
+CONFIGURE_ARGS+= --with-threads=pthread
.else
CONFIGURE_ARGS+= --without-threads
.endif