From 270f36317defc2eb668dfb0499eec66fae3f4ebd Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 2 May 2016 15:51:25 +0200 Subject: [PATCH] Refreshed patch No clue why it needed to be refreshed... --- debian/patches/fix-build-libpng16.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/fix-build-libpng16.patch b/debian/patches/fix-build-libpng16.patch index ff9881cc..9d9dd5f9 100644 --- a/debian/patches/fix-build-libpng16.patch +++ b/debian/patches/fix-build-libpng16.patch @@ -2,9 +2,9 @@ Description: Fix build with libpng16 This patch is inspired with the patch available at https://gist.github.com/balr0g/3004353 Author: Gianfranco Costamagna ---- juce-4.1.0+repack.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp -+++ juce-4.1.0+repack/modules/juce_graphics/image_formats/juce_PNGLoader.cpp -@@ -320,7 +320,7 @@ namespace PNGHelpers +--- juce.orig/modules/juce_graphics/image_formats/juce_PNGLoader.cpp ++++ juce/modules/juce_graphics/image_formats/juce_PNGLoader.cpp +@@ -320,7 +320,7 @@ static void JUCE_CDECL errorCallback (png_structp p, png_const_charp) { @@ -13,7 +13,7 @@ Author: Gianfranco Costamagna } static void JUCE_CDECL warningCallback (png_structp, png_const_charp) {} -@@ -442,8 +443,12 @@ namespace PNGHelpers +@@ -442,8 +442,12 @@ for (size_t y = 0; y < height; ++y) rows[y] = (png_bytep) (tempBuffer + lineStride * y); -- 2.30.2