diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-12-28 12:11:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-12-28 12:11:18 +0000 |
commit | 25b5de05c19cc6fe51d2994195a213ccaa720dea (patch) | |
tree | 4bd31ab3d479106117a50196c590dc01a9381416 | |
parent | Mark BROKEN with gcc 4.2 on all archs. (diff) |
Mark BROKEN with gcc 4.2 on all archs
Notes
Notes:
svn path=/head/; revision=204652
-rw-r--r-- | net/samba4wins/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile index c1e96b253357..9ab7182414df 100644 --- a/net/samba4wins/Makefile +++ b/net/samba4wins/Makefile @@ -76,9 +76,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif .include <bsd.port.post.mk> |