aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc48
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index f24aa26fc6f..e6171d5e7fe 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>
+.if ${ARCH} == ia64 || ${ARCH} == sparc64
+IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
+.endif
+
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
WITHOUT_JAVA= yes
.endif