diff options
Diffstat (limited to 'irc/ircd-rusnet/Makefile')
-rw-r--r-- | irc/ircd-rusnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/ircd-rusnet/Makefile b/irc/ircd-rusnet/Makefile index 57401098e7ee..5364893d75a3 100644 --- a/irc/ircd-rusnet/Makefile +++ b/irc/ircd-rusnet/Makefile @@ -75,6 +75,10 @@ CONFIGURE_ARGS+=--enable-dsm BROKEN= "Does not build on amd64" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + pre-configure: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-CONFIGURE |