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:   he
Date:           Wed May 17 11:27:53 UTC 2023

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
icu: change from c++ to c++11, since the build uses that.

This gets rid of a lot of errors during dependency generation (and
these errors which asks for -std=c++11 appears to be ignored, so
this is "noise-reduction"), while the build itself was already
using -std=c++11.


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 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.147 pkgsrc/textproc/icu/Makefile:1.148
--- pkgsrc/textproc/icu/Makefile:1.147  Thu Apr 20 14:42:32 2023
+++ pkgsrc/textproc/icu/Makefile        Wed May 17 11:27:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2023/04/20 14:42:32 wiz Exp $
+# $NetBSD: Makefile,v 1.148 2023/05/17 11:27:53 he Exp $
 
 DISTNAME=      icu4c-73_1-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -15,7 +15,7 @@ COMMENT=      Robust and full-featured Unicod
 LICENSE=       mit
 
 WRKSRC=                        ${WRKDIR}/icu/source
-USE_LANGUAGES=         c99 c++
+USE_LANGUAGES=         c99 c++11
 USE_TOOLS+=            gmake pkg-config
 TEST_TARGET=           check
 UNLIMIT_RESOURCES+=    datasize



Home | Main Index | Thread Index | Old Index