summaryrefslogtreecommitdiff
path: root/lang/gcl
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-18 09:13:31 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-18 09:13:31 +0000
commit92fb51e01522dfcfe601cab0ca4adaed238a1c89 (patch)
tree8a233a02e66b8dc06a116d42099fcbd44ce8c675 /lang/gcl
parentNOC Project is an Operation Support System (OSS) for the Telco, (diff)
Revert unmarking BROKEN, still dumps core during build.
Submitted by: pointyhat Approved by: maintainer
Notes
Notes: svn path=/head/; revision=239848
Diffstat (limited to 'lang/gcl')
-rw-r--r--lang/gcl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 030cb645a0be..982573354aaa 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -44,6 +44,10 @@ PLIST_SUB= GCL_VER=${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Gcl compiled with gcc42 dumps core
+.endif
+
pre-configure:
${SED} -i '' \
-e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \