Skip to content

Commit

Permalink
depends: make fontconfig build under clang-16
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fanquake authored and div72 committed Dec 3, 2023
1 parent 9f5ab15 commit 37d6e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/fontconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $(package)_patches=gperf_header_regen.patch
define $(package)_set_vars
$(package)_config_opts=--disable-docs --disable-static --disable-libxml2 --disable-iconv
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
$(package)_cflags += -Wno-implicit-function-declaration
endef

define $(package)_preprocess_cmds
Expand Down

0 comments on commit 37d6e9f

Please sign in to comment.