pkgsrc-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/9a92d60f7a50
branches: trunk
changeset: 427520:9a92d60f7a50
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 17d12c520e67 -r 9a92d60f7a50 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