From ace63100fe7a0403603e6f090d2e579c97cab10b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 26 Dec 2007 16:19:42 +0000 Subject: - Mark BROKEN on FreeBSD 7.x Reported by: pointyhat Ok'ed by: markm (maintainer) --- lang/gcl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/gcl') diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 9a9a8a5c46fa..a7eaf6934566 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -44,10 +44,16 @@ INFO= gcl-si gcl-tk PLIST_SUB= GCL_VER=${PORTVERSION} +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Gcl compiled with gcc42 dumps core +.endif + pre-configure: ${SED} -i '' \ -e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \ -e 's|@@LOCALLIBS@@|-L${LOCALBASE}/lib -lgmp -lm -lreadline|' \ ${WRKSRC}/h/FreeBSD.defs -.include +.include -- cgit v1.2.3