diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 14:04:56 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 14:04:56 +0800 |
commit | 1b51a3243fbb16dde6c0220c07dcbd1f8cf95f4a (patch) | |
tree | fc1dc48266c5653ef8ca235acc2f6f59bd28e0a3 /palm | |
parent | 7783a6a8d35e628e98e2c3e08fac3f4697b0008b (diff) | |
download | freebsd-ports-gnome-1b51a3243fbb16dde6c0220c07dcbd1f8cf95f4a.tar.gz freebsd-ports-gnome-1b51a3243fbb16dde6c0220c07dcbd1f8cf95f4a.tar.zst freebsd-ports-gnome-1b51a3243fbb16dde6c0220c07dcbd1f8cf95f4a.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index a6dd48ea2188..0c0d1458df89 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -24,6 +24,10 @@ IGNORE= Requires kernel source (/usr/src/sys) to build .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + # Don't strip module on amd64 systems .if ${ARCH} == "amd64" STRIP= |