diff options
author | acm <acm@FreeBSD.org> | 2007-10-05 00:21:36 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-10-05 00:21:36 +0800 |
commit | de65f31c9b7f7f0a6a2105d52c5a47076d698e82 (patch) | |
tree | 0a22e54dec244c10c272f7d174acd68317db03fa /net-im/cli-msn/Makefile | |
parent | a9cd038f3916530fcc33ca42c944c076a544b8e0 (diff) | |
download | freebsd-ports-gnome-de65f31c9b7f7f0a6a2105d52c5a47076d698e82.tar.gz freebsd-ports-gnome-de65f31c9b7f7f0a6a2105d52c5a47076d698e82.tar.zst freebsd-ports-gnome-de65f31c9b7f7f0a6a2105d52c5a47076d698e82.zip |
- Fix build with GCC4.x
- Bump POTREVISION
PR: 116813
Submitted by: miwi
Diffstat (limited to 'net-im/cli-msn/Makefile')
-rw-r--r-- | net-im/cli-msn/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index ee88172e206a..02ce0276a167 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -40,10 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/msn.conf ${WRKSRC}/curl-ca-bundle.crt ${DATADIR} @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |