aboutsummaryrefslogtreecommitdiff
path: root/net/Sockets-devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 08:19:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 08:19:31 +0000
commit0a5bd314f2cf250fd0ce06b7a9b8efbe1899691f (patch)
treec54002783c4804344876b597d0782911fe306b57 /net/Sockets-devel
parentf02322d228b7d56549a07f425074604ea6cf3f8a (diff)
downloadports-0a5bd314f2cf250fd0ce06b7a9b8efbe1899691f.tar.gz
ports-0a5bd314f2cf250fd0ce06b7a9b8efbe1899691f.zip
Notes
Diffstat (limited to 'net/Sockets-devel')
-rw-r--r--net/Sockets-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/Sockets-devel/Makefile b/net/Sockets-devel/Makefile
index b550ed052b4a..78f5f59a2bcc 100644
--- a/net/Sockets-devel/Makefile
+++ b/net/Sockets-devel/Makefile
@@ -42,9 +42,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>