opnsense-ports/lang/php55/files/patch-main__php_config.h.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
371 B
C

--- main/php_config.h.in.orig 2013-12-10 23:50:50.000000000 +0000
+++ main/php_config.h.in 2013-12-13 21:50:25.396258363 +0000
@@ -2342,6 +2342,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