blob: 438760f0be48dab1b2f258e52e60411c8fcc98a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ext_enchant_enchant.c,v 1.1 2022/12/11 14:12:29 taca Exp $
Fix build on pkgsrc environment.
--- ext/enchant/enchant.c.orig 2022-12-06 14:26:47.000000000 +0000
+++ ext/enchant/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 "spl/spl_exceptions.h"
#include <enchant.h>
#include "php_enchant.h"
|