diff options
Diffstat (limited to 'lang')
-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> |