aboutsummaryrefslogtreecommitdiff
path: root/net/cyphesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/cyphesis/Makefile')
-rw-r--r--net/cyphesis/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile
index a7acd0f77457..db17fea4e64d 100644
--- a/net/cyphesis/Makefile
+++ b/net/cyphesis/Makefile
@@ -22,8 +22,6 @@ LIB_DEPENDS= libAtlas-0.6.so:${PORTSDIR}/devel/atlas-devel \
CONFIGURE_ARGS= --with-python=${LOCALBASE}
-BROKEN= Does not compile with clang
-
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gmake pathfix pkgconfig compiler:c++11-lib
@@ -40,6 +38,10 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN= Does not compile with clang
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's| install-dist_docDATA | |g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's| install-confbackupDATA | |g' \