pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct 21 19:39:53 UTC 2020

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/textproc/icu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.133 pkgsrc/textproc/icu/Makefile:1.134
--- pkgsrc/textproc/icu/Makefile:1.133  Tue Jun  2 08:34:35 2020
+++ pkgsrc/textproc/icu/Makefile        Wed Oct 21 19:39:53 2020
@@ -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 @@ LICENSE=    mit
 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