pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/inspircd
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 26 13:41:21 UTC 2018
Modified Files:
pkgsrc/chat/inspircd: Makefile
Log Message:
inspircd: Specify c++03 to avoid conflicts with std::bind.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/inspircd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/inspircd/Makefile
diff -u pkgsrc/chat/inspircd/Makefile:1.54 pkgsrc/chat/inspircd/Makefile:1.55
--- pkgsrc/chat/inspircd/Makefile:1.54 Thu Nov 30 16:45:15 2017
+++ pkgsrc/chat/inspircd/Makefile Fri Jan 26 13:41:21 2018
@@ -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 @@ REPLACE_PERL+= .inspircd.inc configure
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