diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/archiveopteryx/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index 2f3e3fda266f..99874103da22 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -12,10 +12,6 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BROKEN_mips= fails to build: /bin/sh: clang: not found -BROKEN_mips64= fails to build: /bin/sh: clang: not found -BROKEN_powerpc64= fails to build: /bin/sh: clang: not found - BUILD_DEPENDS= jam:devel/jam USES= perl5 ssl tar:bzip2 @@ -40,10 +36,12 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -# force Clang when on FreeBSD +# force Clang when on FreeBSD with clang in base .if ${OPSYS} == FreeBSD +.if ! ${ARCH:Mmips*} && ! ${ARCH:Mpowerpc*} && ! ${ARCH} == sparc64 JAMARG+= "-sCLANG=1" .endif +.endif post-patch: @${EGREP} -Rl '%%[[:alpha:]]+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ |