Skip to content

Commit 2ea4431

Browse files
committed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

textproc/icu/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.133 2020/06/02 08:34:35 adam Exp $
1+
# $NetBSD: Makefile,v 1.134 2020/10/21 19:39:53 nia Exp $
22

33
DISTNAME= icu4c-67_1-src
44
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -16,13 +16,15 @@ LICENSE= mit
1616
WRKSRC= ${WRKDIR}/icu/source
1717
USE_LANGUAGES= c99 c++
1818
USE_TOOLS+= gmake pkg-config
19-
GCC_REQD+= 4.8
2019
TEST_TARGET= check
2120
UNLIMIT_RESOURCES+= datasize
2221
GNU_CONFIGURE= yes
2322
CONFIGURE_ARGS+= --enable-static
2423
CONFIGURE_ENV+= U_MAKE=${TOOLS_GMAKE}
2524

25+
# error: 'max_align_t' in namespace 'std' does not name a type
26+
GCC_REQD+= 4.9
27+
2628
CHECK_SSP_SKIP= lib/libicudata.so*
2729

2830
PYTHON_FOR_BUILD_ONLY= tool

0 commit comments

Comments
 (0)