ports/lang/php5/files/patch-main::php_config.h.in
Alex Dupre 9a201016ae - Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
2005-11-16 08:33:09 +00:00

12 lines
343 B
C

--- main/php_config.h.in.orig Mon Sep 5 13:16:27 2005
+++ main/php_config.h.in Wed Nov 16 09:30:03 2005
@@ -2454,6 +2454,9 @@
/* Define if uint32_t type is present. */
#undef HAVE_UINT32_T
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF