aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-19 10:19:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-19 10:19:42 +0000
commit1d1f99fcf91a0e0c14cc8868c8c5acd2aed22865 (patch)
treee3a778af6e11283ff2d65a9e99db1eb71af8b93b /irc
parent2d0506782c3d5d68b2da93fa1330eb8835ed3f74 (diff)
downloadports-1d1f99fcf91a0e0c14cc8868c8c5acd2aed22865.tar.gz
ports-1d1f99fcf91a0e0c14cc8868c8c5acd2aed22865.zip
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)
Notes
Notes: svn path=/head/; revision=506922
Diffstat (limited to 'irc')
-rw-r--r--irc/inspircd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index f439efc9673d..21985726c20c 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -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