]> git.pld-linux.org Git - packages/libpng15.git/commitdiff
- don't try to set const variables
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 May 2007 08:10:19 +0000 (08:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-const.patch -> 1.1

libpng-const.patch [new file with mode: 0644]

diff --git a/libpng-const.patch b/libpng-const.patch
new file mode 100644 (file)
index 0000000..2637e14
--- /dev/null
@@ -0,0 +1,18 @@
+--- libpng-1.2.18/pnggccrd.c.orig      2007-05-16 01:52:23.000000000 +0200
++++ libpng-1.2.18/pnggccrd.c   2007-05-19 10:06:01.015691713 +0200
+@@ -352,6 +352,7 @@
+ void /* PRIVATE */
+ png_squelch_warnings(void)
+ {
++#if 0
+ #ifdef PNG_THREAD_UNSAFE_OK
+    _dif = _dif;
+    _patemp = _patemp;
+@@ -377,6 +378,7 @@
+    _mask48_2 = _mask48_2;
+    _mask48_1 = _mask48_1;
+    _mask48_0 = _mask48_0;
++#endif
+ }
+ #endif /* PNG_MMX_CODE_SUPPORTED */
This page took 0.118521 seconds and 4 git commands to generate.