aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-11-05 12:07:16 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-11-05 12:07:16 +0000
commit49d97d5a2524ab27773f7c797e74892e9952a486 (patch)
treecb9e186328a40129b1215b852d9e0e2f69478dcb /www/mod_php5/Makefile
parent5c980db2325934e8e2ce8e105fbf3163257dfce4 (diff)
downloadports-49d97d5a2524ab27773f7c797e74892e9952a486.tar.gz
ports-49d97d5a2524ab27773f7c797e74892e9952a486.zip
Fix compilation errors if mbregex is selected.
PR: ports/31666 Submitted by: sf
Notes
Notes: svn path=/head/; revision=49595
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index e24e54cd0e6c..d78f78e07974 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -20,7 +20,7 @@ MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php3.globe.de/${PHP_DISTDIR}/
DISTNAME= php-${PORTVERSION}
-PATCHFILES= php_configure.3.diff
+PATCHFILES= patch-ext_gd_config.m4 patch-ext_gd_gd.c patch-ext_sybase_ct_config.m4
PATCH_SITES= http://www.physik.tu-berlin.de/~ibex/ports/distfiles/ \
${MASTER_SITE_LOCAL}/dirk/
@@ -35,6 +35,7 @@ PHP_DISTDIR= distributions
SLAVEDIRS= lang/php4
+USE_AUTOCONF= yes
USE_LIBTOOL= yes
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)