pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz-icu



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri May 31 21:55:25 UTC 2024

Modified Files:
        pkgsrc/fonts/harfbuzz-icu: Makefile

Log Message:
fonts/harfbuzz-icu: Force gnu++17 for the latest textproc/icu


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/fonts/harfbuzz-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/fonts/harfbuzz-icu/Makefile
diff -u pkgsrc/fonts/harfbuzz-icu/Makefile:1.21 pkgsrc/fonts/harfbuzz-icu/Makefile:1.22
--- pkgsrc/fonts/harfbuzz-icu/Makefile:1.21     Wed May 29 16:32:31 2024
+++ pkgsrc/fonts/harfbuzz-icu/Makefile  Fri May 31 21:55:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/05/29 16:32:31 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/05/31 21:55:25 ryoon Exp $
 
 # XXX: hack to override meson installation
 INSTALL_DIRS=
@@ -10,6 +10,8 @@ PKGNAME=      ${DISTNAME:S/^harfbuzz-/harfbuz
 
 COMMENT=       OpenType text shaping engine (ICU integration)
 
+FORCE_CXX_STD= gnu++17
+
 MESON_ARGS+=   -Dicu=enabled
 MESON_ARGS+=   -Dtests=disabled # FIXME: build takes forever
 



Home | Main Index | Thread Index | Old Index