Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-ICU py-ICU: requires C++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d5669cedcd0
branches:  trunk
changeset: 429213:5d5669cedcd0
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Apr 17 16:58:32 2020 +0000

description:
py-ICU: requires C++11

diffstat:

 textproc/py-ICU/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 126d0124a58f -r 5d5669cedcd0 textproc/py-ICU/Makefile
--- a/textproc/py-ICU/Makefile  Fri Apr 17 15:50:03 2020 +0000
+++ b/textproc/py-ICU/Makefile  Fri Apr 17 16:58:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/12 08:29:15 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/17 16:58:32 gutteridge Exp $
 
 DISTNAME=      PyICU-2.4.3
 PKGREVISION=   3
@@ -11,7 +11,7 @@
 COMMENT=       Python extension wrapping the ICU C++ libraries
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_TOOLS+=    pkg-config
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six



Home | Main Index | Thread Index | Old Index