From 5f9085ea03389c1758d8be647f9c924c19686037 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 30 Sep 2007 08:19:31 +0000 Subject: Mark as broken with gcc4.2. --- net/Sockets-devel/Makefile | 5 ++--- 1 file 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 -.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 -- cgit