diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 14:04:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 14:04:56 +0800 |
commit | 758a38185812cdf947056ff5193efffd76f5a82d (patch) | |
tree | 1deea596e00028ea8a3fbdabed6febd9eb8155ef /palm | |
parent | 5303956d44f112793b59c174d9e957ade7944fb3 (diff) | |
download | freebsd-ports-gnome-758a38185812cdf947056ff5193efffd76f5a82d.tar.gz freebsd-ports-gnome-758a38185812cdf947056ff5193efffd76f5a82d.tar.zst freebsd-ports-gnome-758a38185812cdf947056ff5193efffd76f5a82d.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= |