diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-08-06 02:37:52 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-08-06 02:37:52 +0800 |
commit | cf084c22990957dc9cd8a4a035972e81cff48fc5 (patch) | |
tree | d81639070caae041793d0ff2cbf5dee04b0a3138 /lang/gcl | |
parent | 3ca156d2674371fbbeacc3605ec47f6bd22d3f8e (diff) | |
download | freebsd-ports-gnome-cf084c22990957dc9cd8a4a035972e81cff48fc5.tar.gz freebsd-ports-gnome-cf084c22990957dc9cd8a4a035972e81cff48fc5.tar.zst freebsd-ports-gnome-cf084c22990957dc9cd8a4a035972e81cff48fc5.zip |
Remove BROKEN and allow amd64 ARCH
PR: 127304
Submitted by: markm@ (maintainer)
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 982573354aaa..2a24b766fe9a 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -18,7 +18,7 @@ COMMENT= GNU Common Lisp LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ gmp.8:${PORTSDIR}/math/libgmp4 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -44,10 +44,6 @@ 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|' \ |