summaryrefslogtreecommitdiff
path: root/graphics/plotutils/plotutils-2.6-libpng-1.5.patch
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2015-08-04 01:26:28 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit663e45789f542ae166fde8dcc7dee8ecbed8db31 (patch)
tree5936138db9189e439064e23cb74c213213057cdd /graphics/plotutils/plotutils-2.6-libpng-1.5.patch
parent32920bf6d93d818be5334f6edd79afeb287023ce (diff)
downloadslackbuilds-663e45789f542ae166fde8dcc7dee8ecbed8db31.tar.gz
graphics/plotutils: Patched SlackBuild.
Fixes build failure with libpng16 on -current. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/plotutils/plotutils-2.6-libpng-1.5.patch')
-rw-r--r--graphics/plotutils/plotutils-2.6-libpng-1.5.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/plotutils/plotutils-2.6-libpng-1.5.patch b/graphics/plotutils/plotutils-2.6-libpng-1.5.patch
new file mode 100644
index 0000000000..8a10d19e56
--- /dev/null
+++ b/graphics/plotutils/plotutils-2.6-libpng-1.5.patch
@@ -0,0 +1,31 @@
+fix building with libpng-1.5
+
+--- libplot/z_write.c
++++ libplot/z_write.c
+@@ -164,7 +164,7 @@
+ }
+
+ /* cleanup after libpng errors (error handler does a longjmp) */
+- if (setjmp (png_ptr->jmpbuf))
++ if (setjmp (png_jmpbuf (png_ptr)))
+ {
+ png_destroy_write_struct (&png_ptr, (png_info **)NULL);
+ return -1;
+@@ -444,7 +444,7 @@
+ #endif
+ }
+
+- longjmp (png_ptr->jmpbuf, 1);
++ png_longjmp (png_ptr, 1);
+ }
+
+ static void
+@@ -515,7 +515,7 @@
+ #endif
+ }
+
+- longjmp (png_ptr->jmpbuf, 1);
++ png_longjmp (png_ptr, 1);
+ }
+
+ static void