diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-30 00:18:14 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:04:51 +0200 |
commit | c997492ce9d4070c926df759df94f4bc566a1bbc (patch) | |
tree | 5430d00829e8608524e08fb710b69691706a9adc /community/php7/tidy-buffio.patch | |
parent | 12c3073e53487779b136d6db3e090d9d46a82dfc (diff) | |
download | aports-c997492ce9d4070c926df759df94f4bc566a1bbc.tar.bz2 aports-c997492ce9d4070c926df759df94f4bc566a1bbc.tar.xz |
community/php7: upgrade to 7.1.4
This patch is based on https://github.com/alpinelinux/aports/pull/1305,
but includes only changes relevant to the upgrade (I'll apply the rest
separately).
Diffstat (limited to 'community/php7/tidy-buffio.patch')
-rw-r--r-- | community/php7/tidy-buffio.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/php7/tidy-buffio.patch b/community/php7/tidy-buffio.patch deleted file mode 100644 index c15f9540a4..0000000000 --- a/community/php7/tidy-buffio.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ext/tidy/tidy.c -+++ b/ext/tidy/tidy.c -@@ -31,7 +31,7 @@ - #include "ext/standard/info.h" - - #include "tidy.h" --#include "buffio.h" -+#include "tidybuffio.h" - - /* compatibility with older versions of libtidy */ - #ifndef TIDY_CALL |