From 8c60cffc902f73b2bc9b35a2c90cccb663bb1260 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Fri, 12 Jan 2018 12:57:18 +0000 Subject: - Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstream script in pre-configure to regenerate configure scripts. Because this regenerates php_config.h.in, merge a patch for that file into the patch for configure.in. - Remove redundant --localstatedir=/var (added by bsd.port.mk). --- lang/php72/files/patch-main__php_config.h.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lang/php72/files/patch-main__php_config.h.in (limited to 'lang/php72/files/patch-main__php_config.h.in') diff --git a/lang/php72/files/patch-main__php_config.h.in b/lang/php72/files/patch-main__php_config.h.in deleted file mode 100644 index 7a1d7db40d78..000000000000 --- a/lang/php72/files/patch-main__php_config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- main/php_config.h.in.orig 2016-07-20 13:12:32 UTC -+++ main/php_config.h.in -@@ -2426,6 +2426,9 @@ - /* Define if processor uses big-endian word */ - #undef WORDS_BIGENDIAN - -+/* Include external shared modules configurations */ -+#include "ext/php_config.h" -+ - /* Whether sprintf is broken */ - #undef ZEND_BROKEN_SPRINTF - -- cgit v1.2.3