diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 21:22:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 21:22:12 +0000 |
commit | fcc32031002728090eb253862e7dafa62bba7c3c (patch) | |
tree | fdd457f8d91ad9ee6130a41b6d9ab5fc3390fa62 /lang/maude | |
parent | 14115cdc9c47bdec1e8885605c16001ed6285ca4 (diff) | |
download | ports-fcc32031002728090eb253862e7dafa62bba7c3c.tar.gz ports-fcc32031002728090eb253862e7dafa62bba7c3c.zip |
Notes
Diffstat (limited to 'lang/maude')
-rw-r--r-- | lang/maude/Makefile | 2 |
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> |