aboutsummaryrefslogtreecommitdiff
path: root/biology/libsbml
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-08-24 06:24:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-08-24 06:24:30 +0000
commit3d51529fe854b389c19c9e9b069d57199257a199 (patch)
tree8d8f4d32bf0978122b7313ac170279fc4dcb3881 /biology/libsbml
parentb0da5ae558de4c95fc5c45040694cb81dbbf00b2 (diff)
downloadports-3d51529fe854b389c19c9e9b069d57199257a199.tar.gz
ports-3d51529fe854b389c19c9e9b069d57199257a199.zip
Mark as broken with clang6 after r473289.
Notes
Notes: svn path=/head/; revision=477936
Diffstat (limited to 'biology/libsbml')
-rw-r--r--biology/libsbml/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index fc52b61594d8..df83de9fe102 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -51,4 +51,12 @@ post-install-EXAMPLES-on:
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
${STAGEDIR}${EXAMPLESDIR} '! -name *Makefile*'
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD
+.if ( ${OSVERSION} >= 1101513 && ${OSVERSION} < 1200000 ) || ${OSVERSION} >= 1200060
+BROKEN= fails to compile with clang6 or later
+.endif
+.endif
+
+.include <bsd.port.post.mk>