diff options
| author | carr-7 <57661759+carr-7@users.noreply.github.com> | 2020-10-09 19:00:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-09 11:00:17 -0700 |
| commit | 032f3e29cc345aa7e867d99a00ea5539c7e204b0 (patch) | |
| tree | d086f034a479f7fbaea2387db05aa7bc064ec52e /ports/freeimage/CONTROL | |
| parent | df9c8e260e66713dcf768630cd434caf2c29bbff (diff) | |
| download | vcpkg-032f3e29cc345aa7e867d99a00ea5539c7e204b0.tar.gz vcpkg-032f3e29cc345aa7e867d99a00ea5539c7e204b0.zip | |
[freeimage] Fix macOS build error (#13916)
* [freeimage] fix osx build error from conflicting with mono framework
* Bump port-version.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/freeimage/CONTROL')
| -rw-r--r-- | ports/freeimage/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/freeimage/CONTROL b/ports/freeimage/CONTROL index fea08c2fa..87435994c 100644 --- a/ports/freeimage/CONTROL +++ b/ports/freeimage/CONTROL @@ -1,6 +1,6 @@ Source: freeimage Version: 3.18.0 -Port-Version: 16 +Port-Version: 17 Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openjpeg, libwebp (!uwp), libraw, jxrlib, openexr Homepage: https://sourceforge.net/projects/freeimage/ Description: Support library for graphics image formats |
