libs/libpng: Update to 1.6.29

Update libpng to 1.6.29
Add patch to allow older versions of libtool

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg
2017-04-01 10:13:40 +02:00
parent 499ec98653
commit f24db23b8d
2 changed files with 22 additions and 9 deletions
+13
View File
@@ -0,0 +1,13 @@
diff --git a/configure.ac b/configure.ac
index a978473..302ac4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ AC_PROG_MAKE_SET
dnl libtool/libtoolize; version 2.4.2 is the tested version. This or any
dnl compatible later version may be used
LT_INIT([win32-dll])
-LT_PREREQ([2.4.2])
+LT_PREREQ([2.4])
# Some awks crash when confronted with pnglibconf.dfa, do a test run now
# to make sure this doesn't happen