diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-19 16:58:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-19 16:58:09 +0000 |
commit | 7e22e041af13c5e619c18b669f01c0e5495c0701 (patch) | |
tree | 093249d61bead109b98be57d34392973205c2d30 /textproc/libxml2 | |
parent | e2ebb4e08e0aa3c036806cb1a5f8dfaf678ea62f (diff) | |
download | ports-7e22e041af13c5e619c18b669f01c0e5495c0701.tar.gz ports-7e22e041af13c5e619c18b669f01c0e5495c0701.zip |
Notes
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 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 |