diff options
Diffstat (limited to 'textproc/php83-enchant/files/patch-enchant.c')
| -rw-r--r-- | textproc/php83-enchant/files/patch-enchant.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/php83-enchant/files/patch-enchant.c b/textproc/php83-enchant/files/patch-enchant.c new file mode 100644 index 000000000000..b43d7930efde --- /dev/null +++ b/textproc/php83-enchant/files/patch-enchant.c @@ -0,0 +1,11 @@ +--- enchant.c.orig 2023-06-06 15:54:29 UTC ++++ enchant.c +@@ -23,7 +23,7 @@ + #include "php_ini.h" + #include "ext/standard/info.h" + #include "Zend/zend_exceptions.h" +-#include "../spl/spl_exceptions.h" ++#include "ext/spl/spl_exceptions.h" + #include <enchant.h> + #include "php_enchant.h" + |
