From 23e6a2b3da60fd03fb9e392af59450056c09f9a5 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 10:15:24 +0000 Subject: BROKEN on 5.1: bad C++ --- math/freefem/Makefile | 8 +++++++- math/kaskade/Makefile | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'math') 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 + +.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 +.include 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 -- cgit v1.2.3