diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-12 12:57:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-12 12:57:18 +0000 |
commit | 8c60cffc902f73b2bc9b35a2c90cccb663bb1260 (patch) | |
tree | 5420aab46a862d597ca5ddbe96b764b55b898c81 /lang/php72/files/patch-main__php_config.h.in | |
parent | sysutils/mbgtools: Fix license information and portlint warnings (diff) |
- 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).
Notes
Notes:
svn path=/head/; revision=458821
Diffstat (limited to 'lang/php72/files/patch-main__php_config.h.in')
-rw-r--r-- | lang/php72/files/patch-main__php_config.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
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 - |