aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-13 09:05:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-13 09:05:40 +0000
commite04f783414e8c57f691fa49791a77670f2fb9374 (patch)
treeecd92661de1e2869847d2c8db17126de5e9aba3f /lang
parent16589544d5abdecba9206ba3d6914ba37b2a858a (diff)
downloadports-e04f783414e8c57f691fa49791a77670f2fb9374.tar.gz
ports-e04f783414e8c57f691fa49791a77670f2fb9374.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc31/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile
index cd8550066966..2740ee2c5d53 100644
--- a/lang/gcc31/Makefile
+++ b/lang/gcc31/Makefile
@@ -49,6 +49,10 @@ NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Install fails on sparc64"
+.endif
+
.if ${PORTOBJFORMAT} == "aout"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.else