diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:05:36 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:05:36 +0000 |
commit | af7ee2a6ac8dc18d5a1df76a8d9e06e4a1657ed8 (patch) | |
tree | 703874bfb73131ea1697f8a1467749052a28c479 /lang/php5/files/patch-main::php_config.h.in | |
parent | Update to pre 15 (diff) |
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
Notes
Notes:
svn path=/head/; revision=113948
Diffstat (limited to 'lang/php5/files/patch-main::php_config.h.in')
-rw-r--r-- | lang/php5/files/patch-main::php_config.h.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/php5/files/patch-main::php_config.h.in b/lang/php5/files/patch-main::php_config.h.in index 678defab7f25..3eed7c4acf66 100644 --- a/lang/php5/files/patch-main::php_config.h.in +++ b/lang/php5/files/patch-main::php_config.h.in @@ -1,12 +1,12 @@ ---- main/php_config.h.in.orig Thu Jun 19 00:06:40 2003 -+++ main/php_config.h.in Sat Jun 28 15:47:56 2003 -@@ -1523,6 +1523,9 @@ - #undef HAVE_GD_GIF_CREATE - +--- 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 HAVE_GD_GIF_ANIM + #undef SOLARIS_YP + ++/* Include external shared modules configurations */ ++#include "ext/php_config.h" + -+/* */ - #undef HAVE_GD_WBMP + /* Whether sprintf is broken */ + #undef ZEND_BROKEN_SPRINTF - /* */ |