diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:05:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 09:05:40 +0000 |
commit | e04f783414e8c57f691fa49791a77670f2fb9374 (patch) | |
tree | ecd92661de1e2869847d2c8db17126de5e9aba3f /lang/gcc31 | |
parent | BROKEN on sparc64: Coredump during build (diff) |
BROKEN on sparc64: Install fails (trying to install missing java support)
Notes
Notes:
svn path=/head/; revision=109061
Diffstat (limited to 'lang/gcc31')
-rw-r--r-- | lang/gcc31/Makefile | 4 |
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 |