diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /lang/php5/files/patch-main__php_config.h.in | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'lang/php5/files/patch-main__php_config.h.in')
-rw-r--r-- | lang/php5/files/patch-main__php_config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/php5/files/patch-main__php_config.h.in b/lang/php5/files/patch-main__php_config.h.in new file mode 100644 index 000000000000..3ce79e95c55a --- /dev/null +++ b/lang/php5/files/patch-main__php_config.h.in @@ -0,0 +1,12 @@ +--- main/php_config.h.in.orig 2013-12-10 20:12:52.000000000 +0000 ++++ main/php_config.h.in 2013-12-13 21:55:54.207235635 +0000 +@@ -2375,6 +2375,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 + |