diff options
author | pav <pav@FreeBSD.org> | 2007-12-22 05:22:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-22 05:22:12 +0800 |
commit | 00e2002945734f656d9db85dea98c3c36fdc0178 (patch) | |
tree | f26a419b50dc5067ae20a80bb9a6efb7c62d6336 /lang | |
parent | 3e8b597b7fa61236152346682df12997dea8beb1 (diff) | |
download | freebsd-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/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> |