diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 04:11:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 04:11:06 +0800 |
commit | 32c2a4caf89ff4f8bc869184a1a02a0166f8fc03 (patch) | |
tree | 2c9530a5695d01a7f7b7e122e9aade6c521902ed /net-im/gtkyahoo | |
parent | 7acc3c368410ba3decafb2c957b82d95df11ec98 (diff) | |
download | freebsd-ports-gnome-32c2a4caf89ff4f8bc869184a1a02a0166f8fc03.tar.gz freebsd-ports-gnome-32c2a4caf89ff4f8bc869184a1a02a0166f8fc03.tar.zst freebsd-ports-gnome-32c2a4caf89ff4f8bc869184a1a02a0166f8fc03.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'net-im/gtkyahoo')
-rw-r--r-- | net-im/gtkyahoo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/gtkyahoo/Makefile b/net-im/gtkyahoo/Makefile index 31f1d2de54c2..8499cf6f6c36 100644 --- a/net-im/gtkyahoo/Makefile +++ b/net-im/gtkyahoo/Makefile @@ -24,6 +24,10 @@ ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/' \ ${WRKSRC}/libyahoo/configure |