diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-03 06:02:38 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-03 06:02:38 +0000 |
commit | 2efdd507c9eb063194cd2e9adba98fa71072b291 (patch) | |
tree | dddb10e2aff4c0e828db0e8c4b9e167e76ecea83 /lang/php53/files/patch-main::php_config.h.in | |
parent | Goodbye PA, hello MA. (diff) |
o Switch to libtool 1.4.
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
WITH_LZW knob to enable the LZW compression algorithm (patented
in some countries).
o Removed gd_gif_out.diff patch and added many new patches.
PR: ports/53754, ports/53879
Requested by: Jens Rehsack <rehsack@liwing.de>
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=84110
Diffstat (limited to 'lang/php53/files/patch-main::php_config.h.in')
-rw-r--r-- | lang/php53/files/patch-main::php_config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/php53/files/patch-main::php_config.h.in b/lang/php53/files/patch-main::php_config.h.in new file mode 100644 index 000000000000..678defab7f25 --- /dev/null +++ b/lang/php53/files/patch-main::php_config.h.in @@ -0,0 +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 + + /* */ ++#undef HAVE_GD_GIF_ANIM ++ ++/* */ + #undef HAVE_GD_WBMP + + /* */ |