mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
11 lines
328 B
C
11 lines
328 B
C
--- 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"
|