diff options
author | Philip Lacroix <slackph at posteo dot de> | 2021-02-19 21:16:55 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-21 00:05:01 +0700 |
commit | 6dd46eeec617fd13e8368e94bfbf9f6b213a1135 (patch) | |
tree | 416fa50c760fc619a51707df92b0c53017d0f3d5 /graphics/plotutils/plotutils-2.6-libpng-1.5.patch | |
parent | b403229b03d30d653a9ab151f67db9447e177926 (diff) |
graphics/plotutils: Rebuilt.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/plotutils/plotutils-2.6-libpng-1.5.patch b/graphics/plotutils/plotutils-2.6-libpng-1.5.patch deleted file mode 100644 index 8a10d19e560f0..0000000000000 --- a/graphics/plotutils/plotutils-2.6-libpng-1.5.patch +++ /dev/null @@ -1,31 +0,0 @@ -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 |