summaryrefslogtreecommitdiff
path: root/www/mod_php3/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-26 09:24:16 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-26 09:24:16 +0000
commit6fd04797a9001d8c44719c2ae85fd04b6e031e46 (patch)
treedb928989bb067c1dd961cd2c7af178ccba44b647 /www/mod_php3/Makefile
parentActivated tircproxy. (diff)
Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() for
image creation. Without these functions image creation is impossible. So add three patches via PATCH_SITES/PATCHFILES to make these functions available. Reported by: Dmitry Petrov <dpetrov@nchcapital.com>
Notes
Notes: svn path=/head/; revision=20988
Diffstat (limited to '')
-rw-r--r--www/mod_php3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 66a2d5a6cb43..c8aadd70a129 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/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.87 1999/08/20 19:12:47 dirk Exp $
+# $Id: Makefile,v 1.88 1999/08/22 19:00:27 mharo Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -41,6 +41,9 @@ MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.fu-berlin.de/unix/security/mod_ssl/
DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz
+PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
+PATCHFILES= php_configure.diff php_gd.c.diff php_php3_gd.h.diff
+
MAINTAINER= dirk@FreeBSD.org
Y2K= http://www.php.net/y2k.php3