diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-08-03 09:41:21 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-08-03 09:41:21 +0200 |
commit | 6ae091cc27f90bd431e4d9564c760fa209f8efb8 (patch) | |
tree | 253588fb5860a00d39e957085a08a0dfcd736927 /debian/patches/0006_nxcomp_libpng15.full+lite.patch | |
parent | a4fb30f8d0dc188821ac61d64d113a6ae6156b95 (diff) | |
download | nx-libs-6ae091cc27f90bd431e4d9564c760fa209f8efb8.tar.gz nx-libs-6ae091cc27f90bd431e4d9564c760fa209f8efb8.tar.bz2 nx-libs-6ae091cc27f90bd431e4d9564c760fa209f8efb8.zip |
debian/patches: refresh all patches.
Removes some fuzziness and adds the -p diff option to show the C
function name in hunk headers.
Diffstat (limited to 'debian/patches/0006_nxcomp_libpng15.full+lite.patch')
-rw-r--r-- | debian/patches/0006_nxcomp_libpng15.full+lite.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0006_nxcomp_libpng15.full+lite.patch b/debian/patches/0006_nxcomp_libpng15.full+lite.patch index a75c59bac..0b305a7fb 100644 --- a/debian/patches/0006_nxcomp_libpng15.full+lite.patch +++ b/debian/patches/0006_nxcomp_libpng15.full+lite.patch @@ -12,9 +12,9 @@ Description: Fix building against libpng 1.5. Forwarded: pending... Author: Fedora packagers of NX Last-Update: 2012-02-06 ---- a/nxcomp/Pgn.cpp 2010-03-01 19:18:59.000000000 +0200 -+++ b/nxcomp/Pgn.cpp 2011-09-13 16:35:12.000000000 +0300 -@@ -414,7 +414,7 @@ +--- a/nxcomp/Pgn.cpp ++++ b/nxcomp/Pgn.cpp +@@ -414,7 +414,7 @@ int DecompressPng16(unsigned char *compr png_read_info(pngPtr, infoPtr); @@ -23,7 +23,7 @@ Last-Update: 2012-02-06 { png_set_expand(pngPtr); } -@@ -565,7 +565,7 @@ +@@ -565,7 +565,7 @@ int DecompressPng24(unsigned char *compr png_read_info( pngPtr, infoPtr ) ; @@ -32,7 +32,7 @@ Last-Update: 2012-02-06 { png_set_expand(pngPtr); } -@@ -709,7 +709,7 @@ +@@ -709,7 +709,7 @@ int DecompressPng32(unsigned char *compr png_read_info(pngPtr, infoPtr) ; |