diff options
Diffstat (limited to 'textproc/php81-enchant/files/patch-enchant.c')
-rw-r--r-- | textproc/php81-enchant/files/patch-enchant.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/php81-enchant/files/patch-enchant.c b/textproc/php81-enchant/files/patch-enchant.c new file mode 100644 index 000000000000..fb4da55c99de --- /dev/null +++ b/textproc/php81-enchant/files/patch-enchant.c @@ -0,0 +1,11 @@ +--- enchant.c.orig 2020-10-18 21:29:39 UTC ++++ enchant.c +@@ -24,7 +24,7 @@ + #include "ext/standard/info.h" + #include "Zend/zend_interfaces.h" + #include "Zend/zend_exceptions.h" +-#include "../spl/spl_exceptions.h" ++#include "ext/spl/spl_exceptions.h" + #include <enchant.h> + #include "php_enchant.h" + #include "enchant_arginfo.h" |