diff options
author | marcus <marcus@FreeBSD.org> | 2009-09-20 00:58:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-09-20 00:58:09 +0800 |
commit | 30aa4844a4d43078eb783232963f43353c6b3f6b (patch) | |
tree | 8a042e670ea496b84959477a5694986b32613cee /textproc | |
parent | 71f18b57749e66d137f7fbe15946ce8a86aae918 (diff) | |
download | freebsd-ports-graphics-30aa4844a4d43078eb783232963f43353c6b3f6b.tar.gz freebsd-ports-graphics-30aa4844a4d43078eb783232963f43353c6b3f6b.tar.zst freebsd-ports-graphics-30aa4844a4d43078eb783232963f43353c6b3f6b.zip |
Fix thread support.
PR: 138942
Submitted by: andrew.w.nosenko@gmail.com
Feature safe: yes
Diffstat (limited to 'textproc')
-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 5e24cda8b6b..3ba16db9e1f 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 |