diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 01:33:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 01:33:38 +0000 |
commit | 79df4ea433307116464790cfd2f21a5cbf29229b (patch) | |
tree | 30e4f9c3845cca68c4f58a6deab7f6043c2738ef /irc | |
parent | 0e966690a902cf9fb670f3541f254046d6f45236 (diff) | |
download | ports-79df4ea433307116464790cfd2f21a5cbf29229b.tar.gz ports-79df4ea433307116464790cfd2f21a5cbf29229b.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/srvx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index 3293b97fcc6b..dee9da8f590d 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -62,4 +62,10 @@ post-install: @ ${ECHO} " ${PORTNAME} .help files are located in ${DOCSDIR}." @ ${ECHO} "" -.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> |