diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-08-05 18:37:52 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-08-05 18:37:52 +0000 |
commit | 5cb471cb368481ac63970da1b95c4e311edc8eba (patch) | |
tree | bd24c3f7564e7068ac458aa7b14494ca42c11617 /lang/gcl | |
parent | ae3f09400c861e1b2edf0eb20b907d559a2c7854 (diff) | |
download | ports-5cb471cb368481ac63970da1b95c4e311edc8eba.tar.gz ports-5cb471cb368481ac63970da1b95c4e311edc8eba.zip |
Notes
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|' \ |