blob: 832e57781475c828a8d8ead415d80a6be7c577b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2022/12/11 14:12:29 taca Exp $
Fix build on pkgsrc environment.
--- ext/xsl/php_xsl.h.orig 2021-03-02 16:37:06.000000000 +0000
+++ ext/xsl/php_xsl.h
@@ -37,7 +37,7 @@ extern zend_module_entry xsl_module_entr
#include <libexslt/exsltconfig.h>
#endif
-#include "../dom/xml_common.h"
+#include "dom/xml_common.h"
#include <libxslt/extensions.h>
#include <libxml/xpathInternals.h>
|