diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 16:56:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 16:56:42 +0800 |
commit | f01364fc8acd6f68f5758365a424d15a000db0b3 (patch) | |
tree | b6dae4768c17ef51fd1a08b9c53fa3034861743e /net-im | |
parent | 8d88042b8f028fce7d0476a5233f4a6c58b98cae (diff) | |
download | freebsd-ports-gnome-f01364fc8acd6f68f5758365a424d15a000db0b3.tar.gz freebsd-ports-gnome-f01364fc8acd6f68f5758365a424d15a000db0b3.tar.zst freebsd-ports-gnome-f01364fc8acd6f68f5758365a424d15a000db0b3.zip |
Mark as broken on gcc4.2.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/cli-msn/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index 02ce0276a167..ee88172e206a 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -40,4 +40,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/msn.conf ${WRKSRC}/curl-ca-bundle.crt ${DATADIR} @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |