diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 03:31:43 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 03:31:43 +0000 |
commit | 862bfe924cd05dd6b3d6c2babf0d5f8cfaa16650 (patch) | |
tree | 4b9a84b21c5a5a9fc60c6160317ad092259e90dc /biology | |
parent | 122915db2abf95f689ce0d61dfb82c98732cfb35 (diff) | |
download | ports-862bfe924cd05dd6b3d6c2babf0d5f8cfaa16650.tar.gz ports-862bfe924cd05dd6b3d6c2babf0d5f8cfaa16650.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/libsbml/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index df83de9fe102..947c7afe0708 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= cmake:outsource iconv:build +USE_CXXSTD= c++98 USE_GNOME= libxml2 USE_LDCONFIG= yes @@ -51,12 +52,4 @@ post-install-EXAMPLES-on: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR} '! -name *Makefile*' -.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> +.include <bsd.port.mk> |