Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 10:19:42 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506922 - head/irc/inspircd
Message-ID:  <201907191019.x6JAJgEo078682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul 19 10:19:42 2019
New Revision: 506922
URL: https://svnweb.freebsd.org/changeset/ports/506922

Log:
  irc/inspircd: fix build on GCC architectures
  
  Base GCC can't build this port:
  /usr/include/c++/4.2/tr1/functional:907: error: cannot use typeid with -fno-rtti
  
  Approved by:	mentors (implicit approval)

Modified:
  head/irc/inspircd/Makefile

Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile	Fri Jul 19 09:40:00 2019	(r506921)
+++ head/irc/inspircd/Makefile	Fri Jul 19 10:19:42 2019	(r506922)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/docs/LICENSE.txt
 
 # Configure script is written in perl
-USES=		cpe gmake perl5
+USES=		compiler:c++11-lang cpe gmake perl5
 USE_GITHUB=	yes
 USE_PERL5=	build
 



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