pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu icu: Build dependencies with an equivalen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7a5fdf86d64
branches:  trunk
changeset: 441057:a7a5fdf86d64
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 25 04:36:53 2020 +0000

description:
icu: Build dependencies with an equivalent gcc version

Should avoid linker errors such as
libicuuc.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

diffstat:

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

diffs (18 lines):

diff -r 80e9581938e3 -r a7a5fdf86d64 textproc/icu/buildlink3.mk
--- a/textproc/icu/buildlink3.mk        Sun Oct 25 04:33:27 2020 +0000
+++ b/textproc/icu/buildlink3.mk        Sun Oct 25 04:36:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.41 2020/06/02 08:34:35 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.42 2020/10/25 04:36:53 nia Exp $
 
 BUILDLINK_TREE+=       icu
 
@@ -8,6 +8,8 @@
 BUILDLINK_API_DEPENDS.icu+=    icu>=3.4
 BUILDLINK_ABI_DEPENDS.icu+=    icu>=67.1
 BUILDLINK_PKGSRCDIR.icu?=      ../../textproc/icu
+
+GCC_REQD+=             4.9
 .endif # ICU_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -icu



Home | Main Index | Thread Index | Old Index