diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 15:11:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 15:11:38 +0000 |
commit | 81897c7f0a120f0eef9d20dd13376cbecd458752 (patch) | |
tree | 4329ae19f345300d14b003df4344235d11db65ed /community | |
parent | 3e36a3faaf8421c706ec21271060faaa8db4c38e (diff) | |
download | aports-81897c7f0a120f0eef9d20dd13376cbecd458752.tar.bz2 aports-81897c7f0a120f0eef9d20dd13376cbecd458752.tar.xz |
community/optipng: remove unused patch
Diffstat (limited to 'community')
-rw-r--r-- | community/optipng/builtin-zlib.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/optipng/builtin-zlib.patch b/community/optipng/builtin-zlib.patch deleted file mode 100644 index a09cdad1d4..0000000000 --- a/community/optipng/builtin-zlib.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urp optipng-0.7.6-orig/configure optipng-0.7.6/configure ---- optipng-0.7.6-orig/configure 2014-12-01 07:25:00.000000000 +0200 -+++ optipng-0.7.6/configure 2016-05-17 20:56:08.950224977 +0300 -@@ -234,6 +234,10 @@ then - fi - if test "$CPPFLAGS" - then -+ if test "$with_system_zlib" -eq 0 -+ then -+ CPPFLAGS="-I../zlib ${CPPFLAGS}" -+ fi - sed_preconfig_libpng=" - $sed_preconfig_libpng - s|^CPPFLAGS *=.*|CPPFLAGS = $CPPFLAGS| |