diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ratbox/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index aaf14bc0b19b..7d1b6bd11887 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ @@ -85,6 +85,10 @@ CONFIGURE_ARGS+= --with-nicklen=${NICKLEN} #----------------------------------------------------------------------- .include <bsd.port.options.mk> +.if ${ARCH} == "i386" +USE_GCC= yes +.endif + post-patch: .if !defined(WITH_DEBUG) ${REINPLACE_CMD} 's|@INSTALL@|@INSTALL@ -s|' ${WRKSRC}/install-mod.sh.in |