--- Makefile.php.orig 2003-01-08 10:52:43.000000000 +0900 +++ Makefile.php 2003-07-04 13:32:47.000000000 +0900 @@ -9,10 +9,10 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-mysql -CONFIGURE_ARGS+= --without-pcre-regex +#CONFIGURE_ARGS+= --without-pcre-regex CONFIGURE_ARGS+= --disable-posix -CONFIGURE_ARGS+= --disable-session +CONFIGURE_ARGS+= --enable-session CONFIGURE_ARGS+= --disable-xml CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR} @@ -23,6 +23,9 @@ CONFIGURE_ARGS+= --enable-force-cgi-redirect CONFIGURE_ARGS+= --enable-memory-limit CONFIGURE_ARGS+= --enable-track-vars +CONFIGURE_ARGS+= --enable-i18n +CONFIGURE_ARGS+= --enable-mbstring +CONFIGURE_ARGS+= --enable-mbstr-enc-trans # Support for linking some PHP4 extensions statically into the php CGI and # into the apache mod_php.so DSO.