aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 04:26:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 04:26:27 +0000
commitff18bffd91cc6684a54ff73857a006aebcb95bf9 (patch)
tree687a73a6b2af9a93316e51c1a48274008d573246 /lang/gcl
parentaebc899d79a4cadcf9115fb94779d97ff91ef86d (diff)
downloadports-ff18bffd91cc6684a54ff73857a006aebcb95bf9.tar.gz
ports-ff18bffd91cc6684a54ff73857a006aebcb95bf9.zip
BROKEN on sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=106784
Diffstat (limited to 'lang/gcl')
-rw-r--r--lang/gcl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index acf1dfab5d8e..60b5f841c388 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -44,8 +44,14 @@ INFO= gcl gcl-si gcl-tk
PLIST_SUB= GCL_VER=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
pre-configure:
${RM} -f ${WRKSRC}/configure
${SED} -i '.PRE-SED' -e 's|@@CFLAGS@@|${CFLAGS}|' ${WRKSRC}/h/FreeBSD.defs
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>