diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-06-27 19:20:18 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-06-28 14:56:36 -0700 |
commit | a1b14ab9295c90e2d1a3003011bf3361502a3249 (patch) | |
tree | b9d981950e594ad8c12849c4cb94e5b519a876a6 /libs/libpng/patches | |
parent | 0304dcea72471b5df26f17caa30d7cccb6e5548a (diff) |
libpng: switch to CMake
Allows simplification of the Makefile.
Remove no more needed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libpng/patches')
-rw-r--r-- | libs/libpng/patches/101-old-libtool.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/libpng/patches/101-old-libtool.patch b/libs/libpng/patches/101-old-libtool.patch deleted file mode 100644 index 47d89ce30..000000000 --- a/libs/libpng/patches/101-old-libtool.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 |