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:   wiz
Date:           Tue Apr 21 20:54:47 UTC 2026

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

Log Message:
harfbuzz-icu: disable docs, doesn't happen in shared Makefile.common
any longer


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/fonts/harfbuzz-icu/Makefile:1.34
--- pkgsrc/fonts/harfbuzz-icu/Makefile:1.33     Wed Jan 21 08:08:49 2026
+++ pkgsrc/fonts/harfbuzz-icu/Makefile  Tue Apr 21 20:54:47 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2026/01/21 08:08:49 adam Exp $
+# $NetBSD: Makefile,v 1.34 2026/04/21 20:54:47 wiz Exp $
 
 # XXX: hack to override meson installation
 INSTALL_DIRS=
@@ -11,6 +11,7 @@ COMMENT=      OpenType text shaping engine (I
 
 FORCE_CXX_STD= gnu++17
 
+MESON_ARGS+=   -Ddocs=disabled
 MESON_ARGS+=   -Dicu=enabled
 MESON_ARGS+=   -Dtests=disabled # FIXME: build takes forever
 



Home | Main Index | Thread Index | Old Index