diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
commit | 23e6a2b3da60fd03fb9e392af59450056c09f9a5 (patch) | |
tree | 3b7e9ffbd68b82f181ccb4b1d327b834b4994adf /math | |
parent | BROKEN on 5.1: bad C++ (diff) |
BROKEN on 5.1: bad C++
Notes
Notes:
svn path=/head/; revision=81208
Diffstat (limited to 'math')
-rw-r--r-- | math/freefem/Makefile | 8 | ||||
-rw-r--r-- | math/kaskade/Makefile | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 9230d6a350f7..b5a3cabca675 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= kfem MAINTAINER= ports@FreeBSD.org COMMENT= A language for the Finite Element Method +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -38,4 +44,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.pde ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index f8aede225334..379b54ca7b29 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -22,6 +22,10 @@ USE_X_PREFIX= yes MAKE_ENV+= HAVE_G2C=yes .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile |