summaryrefslogtreecommitdiff
path: root/libpng
diff options
context:
space:
mode:
authorka <kai.ahrens@oracle.com>2011-03-24 21:58:54 +0100
committerka <kai.ahrens@oracle.com>2011-03-24 21:58:54 +0100
commit323cf246437ae0e7e04df44c3e164d87d1d08184 (patch)
treeb3d81223fb53f2700a872b5ec038ecb0de068219 /libpng
parent06a991f02fe0b68c58e27bc3f02d3ce32f7fb7d5 (diff)
rsvglibs: cleanup
Diffstat (limited to 'libpng')
-rw-r--r--libpng/libpng-1.5.1.patch (renamed from libpng/libpng.patch)23
-rwxr-xr-xlibpng/makefile.mk3
2 files changed, 12 insertions, 14 deletions
diff --git a/libpng/libpng.patch b/libpng/libpng-1.5.1.patch
index 3bfc76c9131b..b64d92430f55 100644
--- a/libpng/libpng.patch
+++ b/libpng/libpng-1.5.1.patch
@@ -1,5 +1,5 @@
---- misc/libpng-1.5.1/makefile.mk 2011-03-01 00:01:58.221734678 +0100
-+++ misc/build/libpng-1.5.1/makefile.mk 2011-02-28 23:52:40.953319424 +0100
+--- misc/libpng-1.5.1/makefile.mk 2011-03-24 21:49:50.911397154 +0100
++++ misc/build/libpng-1.5.1/makefile.mk 2011-03-24 21:47:23.379397048 +0100
@@ -1 +1,49 @@
-dummy
+#*************************************************************************
@@ -51,8 +51,8 @@
+
+.INCLUDE : target.mk
+
---- misc/libpng-1.5.1/pnglibconf.h 2011-03-02 15:19:29.537422800 +0100
-+++ misc/build/libpng-1.5.1/pnglibconf.h 2011-03-02 15:18:11.492358700 +0100
+--- misc/libpng-1.5.1/pnglibconf.h 2011-03-24 21:49:50.913397154 +0100
++++ misc/build/libpng-1.5.1/pnglibconf.h 2011-03-24 21:47:23.380397048 +0100
@@ -1 +1,176 @@
-dummy
+
@@ -232,7 +232,7 @@
+/* end of options */
+#endif /* PNGLCONF_H */
--- misc/libpng-1.5.1/pngstruct.h 2011-02-03 05:58:17.000000000 +0100
-+++ misc/build/libpng-1.5.1/pngstruct.h 2011-03-02 16:28:53.289801400 +0100
++++ misc/build/libpng-1.5.1/pngstruct.h 2011-03-24 21:47:23.380397048 +0100
@@ -24,7 +24,11 @@
* in this structure and is required for decompressing the LZ compressed
* data in PNG files.
@@ -244,9 +244,9 @@
+#endif
struct png_struct_def
- {
---- misc/libpng-1.5.1/pngtest.c 2011-02-03 05:58:17.000000000 +0100
-+++ misc/build/libpng-1.5.1/pngtest.c 2011-03-02 16:30:09.881914600 +0100
+ {
+--- misc/libpng-1.5.1/pngtest.c 2011-02-03 05:58:17.000000000 +0100
++++ misc/build/libpng-1.5.1/pngtest.c 2011-03-24 21:47:23.380397048 +0100
@@ -31,7 +31,12 @@
* of files at once by typing "pngtest -m file1.png file2.png ..."
*/
@@ -260,9 +260,9 @@
#include "png.h"
/* Copied from pngpriv.h but only used in error messages below. */
#ifndef PNG_ZBUF_SIZE
---- misc/libpng-1.5.1/pngvalid.c 2011-02-03 05:58:17.000000000 +0100
-+++ misc/build/libpng-1.5.1/pngvalid.c 2011-03-02 19:15:38.583630100 +0100
-@@ -51,7 +51,11 @@ typedef png_byte *png_const_bytep;
+--- misc/libpng-1.5.1/pngvalid.c 2011-02-03 05:58:17.000000000 +0100
++++ misc/build/libpng-1.5.1/pngvalid.c 2011-03-24 21:47:23.381397048 +0100
+@@ -51,7 +51,11 @@
#define PNG_READ_16BIT_SUPPORTED
#endif
@@ -275,4 +275,3 @@
#include <float.h> /* For floating point constants */
#include <stdlib.h> /* For malloc */
-
diff --git a/libpng/makefile.mk b/libpng/makefile.mk
index 5de77b432e8f..f40e3a72921c 100755
--- a/libpng/makefile.mk
+++ b/libpng/makefile.mk
@@ -47,7 +47,7 @@ LIBPNGVERSION=1.5.1
TARFILE_NAME=$(PRJNAME)-$(LIBPNGVERSION)
TARFILE_MD5=220035f111ea045a51e290906025e8b5
-PATCH_FILES=libpng.patch
+PATCH_FILES=$(PRJNAME)-$(LIBPNGVERSION).patch
ADDITIONAL_FILES=makefile.mk pnglibconf.h
#relative to CONFIGURE_DIR
@@ -61,4 +61,3 @@ OUT2INC=png.h pnglibconf.h pngconf.h pngstruct.h
.INCLUDE : set_ext.mk
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
-