1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

irc/ircd-ratbox: Use GCC for i386

When built with Clang on i386 ratbox segfaults at startup.

PR:		207268
This commit is contained in:
Mark Felder 2016-03-18 13:57:45 +00:00
parent 1ad5f4fd86
commit b422b3f790
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411355

View File

@ -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