From fed612402309789ce2d1998ba15ede2bdce5321b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 11:59:35 +0000 Subject: BROKEN on 5.1: bad C++ --- math/surf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/surf/Makefile b/math/surf/Makefile index fa90edb12bd8..94e623af9383 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -19,6 +19,12 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gmp.6:${PORTSDIR}/math/libgmp4 +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -26,4 +32,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= surf.1 -.include +.include -- cgit v1.2.3