aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-22 05:22:12 +0800
committerpav <pav@FreeBSD.org>2007-12-22 05:22:12 +0800
commit00e2002945734f656d9db85dea98c3c36fdc0178 (patch)
treef26a419b50dc5067ae20a80bb9a6efb7c62d6336 /lang
parent3e8b597b7fa61236152346682df12997dea8beb1 (diff)
downloadfreebsd-ports-gnome-00e2002945734f656d9db85dea98c3c36fdc0178.tar.gz
freebsd-ports-gnome-00e2002945734f656d9db85dea98c3c36fdc0178.tar.zst
freebsd-ports-gnome-00e2002945734f656d9db85dea98c3c36fdc0178.zip
- Mark BROKEN with gcc42 across the board
Diffstat (limited to 'lang')
-rw-r--r--lang/maude/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile
index 687fb60afd28..efce5ce86413 100644
--- a/lang/maude/Makefile
+++ b/lang/maude/Makefile
@@ -33,9 +33,7 @@ post-patch:
.if ${OSVERSION} < 600000
BROKEN= does not compile on 4.X or 5.X
.elif ${OSVERSION} >= 700042
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
-.endif
.include <bsd.port.post.mk>