diff options
Diffstat (limited to 'irc/quirc/Makefile')
-rw-r--r-- | irc/quirc/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index ed66a9e27d6b..771749c8e04d 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -45,4 +45,12 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include <bsd.port.post.mk> |