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:           Sat Apr  5 09:38:10 UTC 2025

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
icu: Do not set GCC_REQD to an older version than specified by
USE_CXX_FEATURES.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 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.162 pkgsrc/textproc/icu/Makefile:1.163
--- pkgsrc/textproc/icu/Makefile:1.162  Sun Mar 30 15:00:21 2025
+++ pkgsrc/textproc/icu/Makefile        Sat Apr  5 09:38:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2025/03/30 15:00:21 wiz Exp $
+# $NetBSD: Makefile,v 1.163 2025/04/05 09:38:10 nia Exp $
 
 DISTNAME=      icu4c-76_1-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -75,9 +75,6 @@ ${ICU_CROSS_COOKIE}:
 
 .endif
 
-# error: 'max_align_t' in namespace 'std' does not name a type
-GCC_REQD+=             4.9
-
 CHECK_SSP_SKIP=                lib/libicudata.so*
 
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index