pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/inspircd inspircd: Specify c++03 to avoid conflic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c92f57b86bb3
branches:  trunk
changeset: 374620:c92f57b86bb3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:41:21 2018 +0000

description:
inspircd: Specify c++03 to avoid conflicts with std::bind.

diffstat:

 chat/inspircd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58bfaa775ebf -r c92f57b86bb3 chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Fri Jan 26 13:40:17 2018 +0000
+++ b/chat/inspircd/Makefile    Fri Jan 26 13:41:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/11/30 16:45:15 adam Exp $
+# $NetBSD: Makefile,v 1.55 2018/01/26 13:41:21 jperkin Exp $
 #
 
 DISTNAME=      InspIRCd-1.1.23
@@ -18,7 +18,7 @@
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/InspIRCd/inspircd/}
 HAS_CONFIGURE=         yes
 CONFIG_SHELL=          ${PERL5}
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c++03
 PLIST_SRC=             ${WRKDIR}/.PLIST_SRC
 RCD_SCRIPTS+=          inspircd
 PKG_SYSCONFSUBDIR=     inspircd



Home | Main Index | Thread Index | Old Index