Skip to content

Commit 9cbc1c2

Browse files
committed
depends: make fontconfig build under clang-16
Use the same workaround we've applied to qrencode, and other packages. Fontconfig not building is currently a blocker for fuzz/sanitizer infra upgrades. For now, this is also more straightforward than bumping the package, which introduces more complexity/usage of gperf.
1 parent 20bd591 commit 9cbc1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/fontconfig.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $(package)_patches=gperf_header_regen.patch
99
define $(package)_set_vars
1010
$(package)_config_opts=--disable-docs --disable-static --disable-libxml2 --disable-iconv
1111
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
12+
$(package)_cflags += -Wno-implicit-function-declaration
1213
endef
1314

1415
define $(package)_preprocess_cmds

0 commit comments

Comments
 (0)