diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-07-24 12:43:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 7f020478b9da0abb624b1d887ed4be81ee28c014 (patch) | |
tree | 9ce894ebd23fa44b10947ae92aae5471ceddef8c /academic/QtiPlot/qwtplot3d-libpng15.patch | |
parent | eceb2339baf43c683baab6d372f47b71f314597f (diff) |
academic/QtiPlot: Patched for building with libpng-1.6.
Thanks to slack_jack and ponce.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'academic/QtiPlot/qwtplot3d-libpng15.patch')
-rw-r--r-- | academic/QtiPlot/qwtplot3d-libpng15.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/QtiPlot/qwtplot3d-libpng15.patch b/academic/QtiPlot/qwtplot3d-libpng15.patch new file mode 100644 index 000000000000..828f0c6d847c --- /dev/null +++ b/academic/QtiPlot/qwtplot3d-libpng15.patch @@ -0,0 +1,10 @@ +--- 3rdparty/gl2ps/gl2ps.c.orig 2012-01-29 18:15:34.000000000 -0500 ++++ 3rdparty/gl2ps/gl2ps.c 2012-01-29 18:16:08.000000000 -0500 +@@ -47,6 +47,7 @@ + #endif + + #if defined(GL2PS_HAVE_LIBPNG) ++#include <zlib.h> + #include <png.h> + #endif + |