Skip to content

Commit

Permalink
Merge pull request #2718 from div72/upstream_b759cefe
Browse files Browse the repository at this point in the history
depends: make fontconfig build under clang-16
  • Loading branch information
jamescowens authored Dec 10, 2023
2 parents e96c092 + 37d6e9f commit f71e378
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 f71e378

Please sign in to comment.