pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu icu: bump gcc requirement to gcc 4.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ca0adcbfdbb
branches:  trunk
changeset: 440938:9ca0adcbfdbb
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 21 19:39:53 2020 +0000

description:
icu: bump gcc requirement to gcc 4.9

to resolve an error observed in centos 7 builds

http://lists.busybox.net/pipermail/buildroot/2020-June/284800.html

diffstat:

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

diffs (26 lines):

diff -r c0e154a28480 -r 9ca0adcbfdbb textproc/icu/Makefile
--- a/textproc/icu/Makefile     Wed Oct 21 19:33:02 2020 +0000
+++ b/textproc/icu/Makefile     Wed Oct 21 19:39:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2020/06/02 08:34:35 adam Exp $
+# $NetBSD: Makefile,v 1.134 2020/10/21 19:39:53 nia Exp $
 
 DISTNAME=      icu4c-67_1-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -16,13 +16,15 @@
 WRKSRC=                        ${WRKDIR}/icu/source
 USE_LANGUAGES=         c99 c++
 USE_TOOLS+=            gmake pkg-config
-GCC_REQD+=             4.8
 TEST_TARGET=           check
 UNLIMIT_RESOURCES+=    datasize
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-static
 CONFIGURE_ENV+=                U_MAKE=${TOOLS_GMAKE}
 
+# error: 'max_align_t' in namespace 'std' does not name a type
+GCC_REQD+=             4.9
+
 CHECK_SSP_SKIP=                lib/libicudata.so*
 
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index