From 3df1af45d0a4d1aa80c9a049ac5c98c98e985a5d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 2 Nov 2003 09:34:41 +0000 Subject: Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons. --- www/cgicc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/cgicc/Makefile') diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 68b361984429..5bf7b20db07c 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -22,4 +22,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes -.include +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include -- cgit v1.2.3