summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-08-05 18:37:52 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-08-05 18:37:52 +0000
commit5cb471cb368481ac63970da1b95c4e311edc8eba (patch)
treebd24c3f7564e7068ac458aa7b14494ca42c11617 /lang
parent- Mark MAKE_JOBS_UNSAFE, fails with force make jobs (diff)
Remove BROKEN and allow amd64 ARCH
PR: 127304 Submitted by: markm@ (maintainer)
Notes
Notes: svn path=/head/; revision=239000
Diffstat (limited to 'lang')
-rw-r--r--lang/gcl/Makefile6
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|' \