aboutsummaryrefslogtreecommitdiff
path: root/net/Sockets
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 15:12:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 15:12:26 +0000
commitd0a74a8cb3d8215d884864aee55782838c3c981d (patch)
tree629b3b6042e800181b5b2a16ac0c16dcc7bc979e /net/Sockets
parentcb3d79c7b21849e120dc60b36e3d6588ae4220f3 (diff)
downloadports-d0a74a8cb3d8215d884864aee55782838c3c981d.tar.gz
ports-d0a74a8cb3d8215d884864aee55782838c3c981d.zip
Notes
Diffstat (limited to 'net/Sockets')
-rw-r--r--net/Sockets/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile
index 1d0bb1d1bca2..ea0c3b7cf330 100644
--- a/net/Sockets/Makefile
+++ b/net/Sockets/Makefile
@@ -36,9 +36,8 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\
- for building
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>