aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile.ext
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-08-23 21:18:39 +0800
committerale <ale@FreeBSD.org>2004-08-23 21:18:39 +0800
commit0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281 (patch)
tree5df9cc8cafe38fbc44a8e1fb48a46f338467d115 /lang/php5/Makefile.ext
parent1cf35baa8538d4944e58eb9f1bef38805e44f48f (diff)
downloadfreebsd-ports-gnome-0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281.tar.gz
freebsd-ports-gnome-0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281.tar.zst
freebsd-ports-gnome-0fdb3c8ed24ec4d8e46c5ad1d222790ecf910281.zip
Update to 5.0.1 release:
- GD GIF output support is now enabled by default
Diffstat (limited to 'lang/php5/Makefile.ext')
-rw-r--r--lang/php5/Makefile.ext8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 5419bf56ef40..aa57f5bf7826 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -102,8 +102,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE}
OPTIONS= T1LIB "Include T1lib support" on \
TRUETYPE "Enable TrueType string function" on \
- JIS "Enable JIS-mapped Japanese font support" off \
- LZW "Enable LZW-compressed GIF write support" off
+ JIS "Enable JIS-mapped Japanese font support" off
PHP_HEADER_DIRS=libgd
.endif
@@ -207,7 +206,7 @@ CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config
USE_MYSQL= yes
DEFAULT_MYSQL_VER= 41
-BROKEN_WITH_MYSQL= 323 40
+BROKEN_WITH_MYSQL= 323 40 50
.endif
.if ${PHP_MODNAME} == "ncurses"
@@ -438,9 +437,6 @@ CONFIGURE_ARGS+=--enable-gd-native-ttf
. if defined(WITH_JIS)
CONFIGURE_ARGS+=--enable-gd-jis-conv
. endif
-. if defined(WITH_LZW)
-CONFIGURE_ARGS+=--enable-gd-lzw-gif
-. endif
.endif
.if ${PHP_MODNAME} == "imap"