diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-03-18 13:57:45 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-03-18 13:57:45 +0000 |
commit | b422b3f79052ee0590a27ce251231668465ade31 (patch) | |
tree | 01a21dc9f29d83f1faf19189733a6cb9fe0081d3 /irc | |
parent | 1ad5f4fd86c54eead75c80c828b25cf0a8e78e74 (diff) | |
download | ports-b422b3f79052ee0590a27ce251231668465ade31.tar.gz ports-b422b3f79052ee0590a27ce251231668465ade31.zip |
Notes
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 |