aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebp/0003-remove-missing-symbol.patch
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-05-09 20:45:23 +0200
committerPhil Christensen <philc@microsoft.com>2019-05-09 11:45:23 -0700
commit9c33de2d07e3f28ce52ea6520c9d8d23f83a1c8d (patch)
tree9c6eb0e03cacd136e2e00d7877fb11c87205b0ec /ports/libwebp/0003-remove-missing-symbol.patch
parent223d5d82ac06cefc009c7c125771f5569d086ac5 (diff)
downloadvcpkg-9c33de2d07e3f28ce52ea6520c9d8d23f83a1c8d.tar.gz
vcpkg-9c33de2d07e3f28ce52ea6520c9d8d23f83a1c8d.zip
[freeimage,freeglut,giflib,libwebp] port patches from #5169 (#6364)
* [freeimage] improve compatibility with other ports, using typedefs identical to other headers to avoid errors * [libwebp] fixes for non-win32 systems * [giflib] revert again #5578 * [freeglut] add missing wrapper for linux
Diffstat (limited to 'ports/libwebp/0003-remove-missing-symbol.patch')
-rw-r--r--ports/libwebp/0003-remove-missing-symbol.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/libwebp/0003-remove-missing-symbol.patch b/ports/libwebp/0003-remove-missing-symbol.patch
new file mode 100644
index 000000000..218481bbc
--- /dev/null
+++ b/ports/libwebp/0003-remove-missing-symbol.patch
@@ -0,0 +1,13 @@
+diff --git a/examples/gifdec.c b/examples/gifdec.c
+index 4219352..ab0592a 100644
+--- a/examples/gifdec.c
++++ b/examples/gifdec.c
+@@ -310,7 +310,7 @@ void GIFDisplayError(const GifFileType* const gif, int gif_error) {
+ #else
+ (void)gif;
+ fprintf(stderr, "GIFLib Error %d: ", gif_error);
+- PrintGifError();
++ //PrintGifError();
+ fprintf(stderr, "\n");
+ #endif
+ }