pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu Remove -std=c++11 from here, it causes br...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e207e1499eb3
branches:  trunk
changeset: 361668:e207e1499eb3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 24 12:25:09 2017 +0000

description:
Remove -std=c++11 from here, it causes breakage in code that uses
C++11 extensions or wants C++14.

diffstat:

 textproc/icu/buildlink3.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r c9fb96a55712 -r e207e1499eb3 textproc/icu/buildlink3.mk
--- a/textproc/icu/buildlink3.mk        Mon Apr 24 12:20:37 2017 +0000
+++ b/textproc/icu/buildlink3.mk        Mon Apr 24 12:25:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2017/04/23 09:58:31 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2017/04/24 12:25:09 wiz Exp $
 
 BUILDLINK_TREE+=       icu
 
@@ -10,7 +10,4 @@
 BUILDLINK_PKGSRCDIR.icu?=      ../../textproc/icu
 .endif # ICU_BUILDLINK3_MK
 
-# icu uses char16_t in a central header file, which is added by c++11
-CXXFLAGS+=     -std=c++11
-
 BUILDLINK_TREE+=       -icu



Home | Main Index | Thread Index | Old Index