diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:12:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 15:12:26 +0000 |
commit | d0a74a8cb3d8215d884864aee55782838c3c981d (patch) | |
tree | 629b3b6042e800181b5b2a16ac0c16dcc7bc979e /net/Sockets | |
parent | cb3d79c7b21849e120dc60b36e3d6588ae4220f3 (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200356
Diffstat (limited to 'net/Sockets')
-rw-r--r-- | net/Sockets/Makefile | 5 |
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> |