diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:26:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:26:27 +0000 |
commit | ff18bffd91cc6684a54ff73857a006aebcb95bf9 (patch) | |
tree | 687a73a6b2af9a93316e51c1a48274008d573246 /lang/gcl | |
parent | aebc899d79a4cadcf9115fb94779d97ff91ef86d (diff) | |
download | ports-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/Makefile | 8 |
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> |