diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-05 04:11:06 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-05 04:11:06 +0800 |
commit | 4ddad717ac352036bc44a62f07d1678315942bf2 (patch) | |
tree | 2ec5260219319aa18385fd7d0dc10e76b999e85a /net-im | |
parent | bf8f90f4ccd9350c6f936f01455b36a2b951b4d2 (diff) | |
download | freebsd-ports-gnome-4ddad717ac352036bc44a62f07d1678315942bf2.tar.gz freebsd-ports-gnome-4ddad717ac352036bc44a62f07d1678315942bf2.tar.zst freebsd-ports-gnome-4ddad717ac352036bc44a62f07d1678315942bf2.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'net-im')
-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 |