aboutsummaryrefslogtreecommitdiff
path: root/ports/fontconfig/build2.patch
diff options
context:
space:
mode:
authorIlya Arzhannikov <iarzhannikov@artec-group.com>2021-05-05 22:31:41 +0200
committerGitHub <noreply@github.com>2021-05-05 13:31:41 -0700
commit706ab2a27978c1fb8d76455f954636d96e44a471 (patch)
treea63b6cbeaa74193f8ae49702c22b0e7cacbf2648 /ports/fontconfig/build2.patch
parent511ecd942efc067813e7814f27da7a701c8f467d (diff)
downloadvcpkg-706ab2a27978c1fb8d76455f954636d96e44a471.tar.gz
vcpkg-706ab2a27978c1fb8d76455f954636d96e44a471.zip
[fontconfig] Add cflags in tools build command (#17019)
* add clags in tools build command * bump port version * x-add-version fontconfig * vcpkg x-add-version fontconfig --overwrite-version * bump port version * ./vcpkg x-add-version fontconfig * Update versions/f-/fontconfig.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * bump port version * ./vcpkg x-add-version fontconfig Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/fontconfig/build2.patch')
-rw-r--r--ports/fontconfig/build2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fontconfig/build2.patch b/ports/fontconfig/build2.patch
index 13bacf15d..2b2780abb 100644
--- a/ports/fontconfig/build2.patch
+++ b/ports/fontconfig/build2.patch
@@ -7,7 +7,7 @@ index f0fa0ec50..24e5afd16 100644
$(TOOL): $(TSRC) $(ALIAS_FILES)
- $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS)
-+ $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) $(LIBINTL)
++ $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) $(LIBINTL) $(CFLAGS)
$(TARG): $(TMPL) $(TSRC) $(DEPS)
$(AM_V_GEN) $(MAKE) $(TOOL) && \