ports/lang/php53/files/patch-main::php_config.h.in
Alex Dupre af7ee2a6ac First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
2004-07-19 07:05:36 +00:00

12 lines
305 B
C

--- main/php_config.h.in.orig Mon Jul 12 16:30:37 2004
+++ main/php_config.h.in Mon Jul 12 16:31:38 2004
@@ -2362,6 +2362,9 @@
/* */
#undef SOLARIS_YP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF