diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-12-08 18:58:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 09:58:49 -0800 |
| commit | 5dcfd3eaa43cfa10de578bf9ab8ab67d9171f109 (patch) | |
| tree | 344d4a88dd5a7a489e40ab4ab79e15fb1c83d123 /ports/fontconfig/CONTROL | |
| parent | fc05ba67b4c5a1e6276e29ba8f8333912cbde9db (diff) | |
| download | vcpkg-5dcfd3eaa43cfa10de578bf9ab8ab67d9171f109.tar.gz vcpkg-5dcfd3eaa43cfa10de578bf9ab8ab67d9171f109.zip | |
[fontconfig] fix dll name in def file (#14946)
* [fontconfig] fix dll name in def file
* make the patch conditional
Diffstat (limited to 'ports/fontconfig/CONTROL')
| -rw-r--r-- | ports/fontconfig/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index 636b7499a..fcdf2f768 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,5 +1,6 @@ Source: fontconfig Version: 2.13.1 +Port-Version: 1 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, dirent, libuuid (!windows&!osx), gettext
\ No newline at end of file |
