Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/freeimage/CONTROL
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ports/freeimage/use-external-png-zlib.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index ba2ef17..c3c5cd6 100644
-#include "../ZLib/zlib.h"
-#include "../LibPNG/png.h"
+#include <zlib.h>
+#include <png.h>
+#include <libpng16/png.h>

// ----------------------------------------------------------

Expand Down