From a679f92ff8663b2489dca3bf3f46086e8e9ff6be Mon Sep 17 00:00:00 2001 From: thierry Date: Sun, 19 Mar 2006 21:25:59 +0000 Subject: Mark BROKEN on FreeBSD-4. Reported by: pointyhat via Kris --- math/k3dsurf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/k3dsurf/Makefile b/math/k3dsurf/Makefile index 783a7832b9fe..3cb9a3571920 100644 --- a/math/k3dsurf/Makefile +++ b/math/k3dsurf/Makefile @@ -26,10 +26,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/k3dsurf +.include + +.if ${OSVERSION} < 500035 +BROKEN= Does not compile with gcc-2.95 +.endif + pre-build: cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin -.include +.include -- cgit