aboutsummaryrefslogtreecommitdiff
path: root/lang/maude
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 01:01:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 01:01:57 +0000
commit00dc0dec7f3bd42f1d1e4918a2130931a57478cf (patch)
tree3cce87c1d3e8a188bbc3649e02be316db6a45fcd /lang/maude
parent08b56ed3285b968b3bfe79f4c8aeef23383128f7 (diff)
downloadports-00dc0dec7f3bd42f1d1e4918a2130931a57478cf.tar.gz
ports-00dc0dec7f3bd42f1d1e4918a2130931a57478cf.zip
Notes
Diffstat (limited to 'lang/maude')
-rw-r--r--lang/maude/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile
index 67bcbb14b93e..9c62d2383ad5 100644
--- a/lang/maude/Makefile
+++ b/lang/maude/Makefile
@@ -31,6 +31,10 @@ 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>