mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
f12d3a0ccb
- remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me).
13 lines
349 B
C
13 lines
349 B
C
--- main/php_config.h.in.orig Thu Jan 12 19:24:28 2006
|
|
+++ main/php_config.h.in Fri May 5 08:02:13 2006
|
|
@@ -2624,6 +2624,9 @@
|
|
/* Whether to build zip as dynamic module */
|
|
#undef COMPILE_DL_ZIP
|
|
|
|
+/* Include external shared modules configurations */
|
|
+#include "ext/php_config.h"
|
|
+
|
|
/* Define if int32_t type is present. */
|
|
#undef HAVE_INT32_T
|
|
|