diff options
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 |