diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-20 09:35:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-20 09:35:16 +0000 |
commit | a3f3a679407ee55d80c5ae19f264c94c40301ac6 (patch) | |
tree | b9f996cb5a614b25b8e0f5cf3def375222cde8ef /lang/php56/patches/patch-ext_tidy_tidy.c | |
parent | fa39cf59c20b64ff02a3f7d13d9830c38f8f9c15 (diff) | |
download | pkgsrc-a3f3a679407ee55d80c5ae19f264c94c40301ac6.tar.gz |
Fix build with tidy-5.x.
Diffstat (limited to 'lang/php56/patches/patch-ext_tidy_tidy.c')
-rw-r--r-- | lang/php56/patches/patch-ext_tidy_tidy.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php56/patches/patch-ext_tidy_tidy.c b/lang/php56/patches/patch-ext_tidy_tidy.c new file mode 100644 index 00000000000..f5eed3a56c0 --- /dev/null +++ b/lang/php56/patches/patch-ext_tidy_tidy.c @@ -0,0 +1,13 @@ +$NetBSD: patch-ext_tidy_tidy.c,v 1.1 2017/02/20 09:35:17 wiz Exp $ + +--- ext/tidy/tidy.c.orig 2017-01-19 00:17:47.000000000 +0000 ++++ 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 |