diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 15:29:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 15:29:49 +0800 |
commit | 5da3df75586413cc2b0efc8f175c79fa6a8a3357 (patch) | |
tree | 4de77151fdea6b4826dabeb9e8f51e49023be6f9 /net/versuch | |
parent | 1dce090c9ec2065ef03868ed17b0c30873b231fd (diff) | |
download | freebsd-ports-gnome-5da3df75586413cc2b0efc8f175c79fa6a8a3357.tar.gz freebsd-ports-gnome-5da3df75586413cc2b0efc8f175c79fa6a8a3357.tar.zst freebsd-ports-gnome-5da3df75586413cc2b0efc8f175c79fa6a8a3357.zip |
Mark as broken with gcc4.2 on amd64.
Diffstat (limited to 'net/versuch')
-rw-r--r-- | net/versuch/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/versuch/Makefile b/net/versuch/Makefile index 31c7f60fa7e5..a095254d7f96 100644 --- a/net/versuch/Makefile +++ b/net/versuch/Makefile @@ -29,8 +29,10 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= does not find pthread libraries on 4.x +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not compile with GCC 4.2 +.endif .endif .include <bsd.port.post.mk> |