diff options
Diffstat (limited to 'textproc/php80-xsl/Makefile')
-rw-r--r-- | textproc/php80-xsl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/php80-xsl/Makefile b/textproc/php80-xsl/Makefile index 5b29c0a1c9ad..81e23ff3acc1 100644 --- a/textproc/php80-xsl/Makefile +++ b/textproc/php80-xsl/Makefile @@ -6,4 +6,9 @@ PKGNAMESUFFIX= -xsl TEST_TARGET= test +post-patch: + ${REINPLACE_CMD} -e \ + 's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \ + ${WRKSRC}/php_xsl.h + .include "${MASTERDIR}/Makefile" |