Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2016 13:57:45 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411355 - head/irc/ircd-ratbox
Message-ID:  <201603181357.u2IDvjNc056287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Mar 18 13:57:45 2016
New Revision: 411355
URL: https://svnweb.freebsd.org/changeset/ports/411355

Log:
  irc/ircd-ratbox: Use GCC for i386
  
  When built with Clang on i386 ratbox segfaults at startup.
  
  PR:		207268

Modified:
  head/irc/ircd-ratbox/Makefile

Modified: head/irc/ircd-ratbox/Makefile
==============================================================================
--- head/irc/ircd-ratbox/Makefile	Fri Mar 18 13:28:04 2016	(r411354)
+++ head/irc/ircd-ratbox/Makefile	Fri Mar 18 13:57:45 2016	(r411355)
@@ -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=${NICKLE
 #-----------------------------------------------------------------------
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603181357.u2IDvjNc056287>