mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build on powerpc with clang
PR: 242135 Submitted by: pkubaj
This commit is contained in:
parent
9d9d94d33c
commit
5461be39c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519564
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user