diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-18 09:13:31 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-18 09:13:31 +0000 |
commit | 92fb51e01522dfcfe601cab0ca4adaed238a1c89 (patch) | |
tree | 8a233a02e66b8dc06a116d42099fcbd44ce8c675 /lang/gcl | |
parent | NOC 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/Makefile | 4 |
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|' \ |