aboutsummaryrefslogtreecommitdiff
path: root/lang/maude
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-21 21:22:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-21 21:22:12 +0000
commitfcc32031002728090eb253862e7dafa62bba7c3c (patch)
treefdd457f8d91ad9ee6130a41b6d9ab5fc3390fa62 /lang/maude
parent14115cdc9c47bdec1e8885605c16001ed6285ca4 (diff)
downloadports-fcc32031002728090eb253862e7dafa62bba7c3c.tar.gz
ports-fcc32031002728090eb253862e7dafa62bba7c3c.zip
- Mark BROKEN with gcc42 across the board
Notes
Notes: svn path=/head/; revision=204288
Diffstat (limited to 'lang/maude')
-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>