new blfs: media-libs/fontconfig-2.17.1

This commit is contained in:
2026-01-08 05:29:40 -05:00
parent e15b23c133
commit 668cd38153
6 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
https://github.com/mesonbuild/meson/issues/14201
--- a/src/meson.build
+++ b/src/meson.build
@@ -49,7 +49,7 @@ fc_sources = files([
-fcobjshash_h = cc.preprocess('fcobjshash.gperf.h', include_directories: incbase)
+fcobjshash_h = cc.preprocess('fcobjshash.gperf.h', include_directories: incbase, compile_args: '-g0')
fcobjshash_gperf = custom_target(
input: fcobjshash_h,
output: 'fcobjshash.gperf',