svn commit: r506922 - head/irc/inspircd

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 19 10:19:42 UTC 2019


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
 


More information about the svn-ports-head mailing list