diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 16:19:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 16:19:31 +0800 |
commit | 5f9085ea03389c1758d8be647f9c924c19686037 (patch) | |
tree | 11ebac48e2e649e2ea6d74a6a395180bd6cc32ee | |
parent | 51988b6543ec71833c147d358016cf54088c052e (diff) | |
download | freebsd-ports-gnome-5f9085ea03389c1758d8be647f9c924c19686037.tar.gz freebsd-ports-gnome-5f9085ea03389c1758d8be647f9c924c19686037.tar.zst freebsd-ports-gnome-5f9085ea03389c1758d8be647f9c924c19686037.zip |
Mark as broken with gcc4.2.
-rw-r--r-- | net/Sockets-devel/Makefile | 5 |
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> |