aboutsummaryrefslogtreecommitdiff
path: root/net/samba4wins
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 07:44:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 07:44:31 +0000
commitf35ac164190a851293be178620691f1ac1d06f32 (patch)
treee4c3eb99001db150f9364e71f8a3962155ca1f9e /net/samba4wins
parent9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a (diff)
Notes
Diffstat (limited to 'net/samba4wins')
-rw-r--r--net/samba4wins/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile
index 4b2169b6c684..c1e96b253357 100644
--- a/net/samba4wins/Makefile
+++ b/net/samba4wins/Makefile
@@ -73,4 +73,12 @@ post-install:
. endfor
.endif
-.include <bsd.port.mk>
+.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>