aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c3
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-08 17:32:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-08 17:32:21 +0000
commit5461be39c772ba15a20ccd98fb7d3032a24cc105 (patch)
tree0320b83d6aee21c413cbf1fb39d38addf7816762 /textproc/xerces-c3
parent9d9d94d33cb4da3455ec183881790e6130361736 (diff)
downloadports-5461be39c772ba15a20ccd98fb7d3032a24cc105.tar.gz
ports-5461be39c772ba15a20ccd98fb7d3032a24cc105.zip
Notes
Diffstat (limited to 'textproc/xerces-c3')
-rw-r--r--textproc/xerces-c3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile
index 1223fb4fcddf..0362ee47e5c0 100644
--- a/textproc/xerces-c3/Makefile
+++ b/textproc/xerces-c3/Makefile
@@ -13,7 +13,7 @@ COMMENT= Validating XML parser from the Apache XML Project
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cpe iconv libtool pathfix
+USES= compiler cpe iconv libtool pathfix
CONFIGURE_ARGS= --enable-netaccessor-socket \
--enable-transcoder-iconv \
@@ -31,7 +31,7 @@ CPE_VENDOR= apache
.include <bsd.port.pre.mk>
-.if ${ARCH:Mpowerpc*}
+.if ${CHOSEN_COMPILER_TYPE} == gcc
PLIST_SUB+= MUTEXMGR="PosixMutexMgr"
.else
PLIST_SUB+= MUTEXMGR="StdMutexMgr"