diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /irc/trickyirc | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'irc/trickyirc')
-rw-r--r-- | irc/trickyirc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/trickyirc/Makefile b/irc/trickyirc/Makefile index b7efebd60415..006ed08f7a3e 100644 --- a/irc/trickyirc/Makefile +++ b/irc/trickyirc/Makefile @@ -19,6 +19,12 @@ MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/trickyirc USE_GMAKE= YES +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-install: @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC # @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC @@ -29,4 +35,4 @@ post-install: @${STRIP_CMD} ${PREFIX}/bin/trickyirc @${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}: -.include <bsd.port.mk> +.include <bsd.port.post.mk> |