From: IOhannes m zmölnig Date: Wed, 8 Nov 2017 22:12:43 +0000 (+0100) Subject: Also force disable pnglib X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~155 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e6b693818b63aa050dec7efd433bb96d5e50be6;p=juce.git Also force disable pnglib --- diff --git a/debian/patches/debian_fixed-defines.patch b/debian/patches/debian_fixed-defines.patch index a4c7e0df..62c21baa 100644 --- a/debian/patches/debian_fixed-defines.patch +++ b/debian/patches/debian_fixed-defines.patch @@ -12,7 +12,7 @@ Last-Update: 2016-04-07 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- juce.orig/modules/juce_core/juce_core.h +++ juce/modules/juce_core/juce_core.h -@@ -65,6 +65,21 @@ +@@ -65,6 +65,26 @@ #include "system/juce_TargetPlatform.h" @@ -28,13 +28,18 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +# undef JUCE_INCLUDE_JPEGLIB_CODE +#endif +#define JUCE_INCLUDE_JPEGLIB_CODE 0 ++ ++#ifdef JUCE_INCLUDE_PNGLIB_CODE ++# undef JUCE_INCLUDE_PNGLIB_CODE ++#endif ++#define JUCE_INCLUDE_PNGLIB_CODE 0 +/** Debian specifics END +*/ + //============================================================================== /** Config: JUCE_FORCE_DEBUG -@@ -124,7 +139,7 @@ +@@ -124,7 +144,7 @@ specify the path where your zlib headers live. */ #ifndef JUCE_INCLUDE_ZLIB_CODE