summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/freefem/Makefile8
-rw-r--r--math/kaskade/Makefile4
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