aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcl
diff options
context:
space:
mode:
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>