View | Details | Raw Unified | Return to bug 242135
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 13-19 Link Here
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		cpe iconv libtool pathfix
16
USES=		compiler cpe iconv libtool pathfix
17
17
18
CONFIGURE_ARGS=	--enable-netaccessor-socket \
18
CONFIGURE_ARGS=	--enable-netaccessor-socket \
19
		--enable-transcoder-iconv \
19
		--enable-transcoder-iconv \
Lines 31-37 Link Here
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if ${ARCH:Mpowerpc*}
34
.if ${CHOSEN_COMPILER_TYPE} == gcc
35
PLIST_SUB+=	MUTEXMGR="PosixMutexMgr"
35
PLIST_SUB+=	MUTEXMGR="PosixMutexMgr"
36
.else
36
.else
37
PLIST_SUB+=	MUTEXMGR="StdMutexMgr"
37
PLIST_SUB+=	MUTEXMGR="StdMutexMgr"

Return to bug 242135