[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>
This commit is contained in:
Ilya Arzhannikov 2021-05-05 22:31:41 +02:00 committed by GitHub
parent 511ecd942e
commit 706ab2a279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Source: fontconfig
Version: 2.13.1
Port-Version: 6
Port-Version: 7
Homepage: https://www.freedesktop.org/software/fontconfig/front.html
Description: Library for configuring and customizing font access.
Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, libuuid (!windows&!osx&!mingw), gettext

View File

@ -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) && \

View File

@ -2038,7 +2038,7 @@
},
"fontconfig": {
"baseline": "2.13.1",
"port-version": 6
"port-version": 7
},
"foonathan-memory": {
"baseline": "2019-07-21-1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e28c20718e723ea702e408f52f76343950b1a3f2",
"version-string": "2.13.1",
"port-version": 7
},
{
"git-tree": "1b2332fd4b819725ae740da7023098294a7da7e8",
"version-string": "2.13.1",