diff options
| author | Jackie Ng <jumpinjackie@gmail.com> | 2019-05-07 03:48:07 +1000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-06 10:48:06 -0700 |
| commit | 4256a7cd07e99d5023c5b38cceacce1bfcb32bcd (patch) | |
| tree | 68f793d1fc04cc3dd837fb7a0583bf056785b07b /ports/libgd/CONTROL | |
| parent | 7028438a759bdaa9bdfa79986c752b0fbeca1c8d (diff) | |
| download | vcpkg-4256a7cd07e99d5023c5b38cceacce1bfcb32bcd.tar.gz vcpkg-4256a7cd07e99d5023c5b38cceacce1bfcb32bcd.zip | |
[libgd] Fix static build (#6307)
* Revert libgd portfile change from 5ea9105
This makes libgd static buildable again
* Undo reversion of -DBUILD_SHARED_LIBS. This is not necessary.
Diffstat (limited to 'ports/libgd/CONTROL')
| -rw-r--r-- | ports/libgd/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libgd/CONTROL b/ports/libgd/CONTROL index 35bf69bf8..55ab7ccdc 100644 --- a/ports/libgd/CONTROL +++ b/ports/libgd/CONTROL @@ -1,5 +1,5 @@ Source: libgd
-Version: 2.2.5-1
+Version: 2.2.5-2
Description: Open source code library for the dynamic creation of images by programmers.
Default-Features: fontconfig, freetype, jpeg, png, tiff, webp
|
