diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-05-17 23:10:31 +0000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-17 16:10:31 -0700 |
| commit | e54af5898622af1cf2fa0b54a2d870800c2a97df (patch) | |
| tree | b8710a5106d00be528efb20772b9af701e1c61e8 /ports/libgd | |
| parent | 2e51afcd65d49504cc75d6bf3e6c58bac749da60 (diff) | |
| download | vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.tar.gz vcpkg-e54af5898622af1cf2fa0b54a2d870800c2a97df.zip | |
[many ports]Remove double builds (#6472)
Diffstat (limited to 'ports/libgd')
| -rw-r--r-- | ports/libgd/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libgd/portfile.cmake | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ports/libgd/CONTROL b/ports/libgd/CONTROL index 55ab7ccdc..56f297798 100644 --- a/ports/libgd/CONTROL +++ b/ports/libgd/CONTROL @@ -1,5 +1,5 @@ Source: libgd
-Version: 2.2.5-2
+Version: 2.2.5-3
Description: Open source code library for the dynamic creation of images by programmers.
Default-Features: fontconfig, freetype, jpeg, png, tiff, webp
diff --git a/ports/libgd/portfile.cmake b/ports/libgd/portfile.cmake index 06529f4a2..6ef2127d5 100644 --- a/ports/libgd/portfile.cmake +++ b/ports/libgd/portfile.cmake @@ -68,7 +68,6 @@ vcpkg_configure_cmake( -DBUILD_STATIC_LIBS=${LIBGD_STATIC_LIBS} ) -vcpkg_build_cmake() vcpkg_install_cmake() vcpkg_copy_pdbs() |
