summaryrefslogtreecommitdiff
path: root/www/mod_php4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r--www/mod_php4/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 9de4168fb9e3..c09e6393f9b9 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -3,7 +3,7 @@
# Date created: So 21 Jun 1998 16:09:39 CEST
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
#
-# $Id: Makefile,v 1.90 1999/08/20 19:12:55 dirk Exp $
+# $Id: Makefile,v 1.91 1999/08/22 19:00:28 mharo Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -85,7 +85,8 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \
.endif
CONFIGURE_ENV= OPTIM='${OPTIM}' LIBS='-L${PREFIX}/lib'
-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}"
+SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
+ TOUCH="${TOUCH}"
INSTALL_TARGET= install-quiet
@@ -101,12 +102,11 @@ PHP_CONF_ARGS= --prefix=${PREFIX} \
--with-apache=${WRKSRC} \
--with-config-file-path=${PREFIX}/etc \
--disable-debug \
- --enable-track-vars
+ --enable-track-vars \
+ --without-gd
-.if !defined(BATCH)
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
-.endif
post-extract:
@${LN} -s php-${VERSION_PHP} ${WRKDIR}/php