1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix compile error with apache-2.0.39.

PR:		ports/39529
Submitted by:	Chris <chris@kulish.com>
This commit is contained in:
Dirk Froemberg 2002-06-21 21:52:26 +00:00
parent dd5a61a300
commit ea7ad44798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61707
4 changed files with 24 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME?= mod_php4
PORTVERSION= 4.2.1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES?= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php.he.net/${PHP_DISTDIR}/ \

View File

@ -0,0 +1,11 @@
--- sapi/apache2filter/php_functions.c.orig Sat May 11 11:49:54 2002
+++ sapi/apache2filter/php_functions.c Fri Jun 21 23:45:16 2002
@@ -90,7 +90,7 @@
ADD_STRING(method);
ADD_LONG(mtime);
ADD_LONG(clength);
-#if !MODULE_MAGIC_AT_LEAST(20020506,0)
+#if !AP_MODULE_MAGIC_AT_LEAST(20020506,0)
ADD_STRING(boundary);
#endif
ADD_STRING(range);

View File

@ -7,7 +7,7 @@
PORTNAME?= mod_php4
PORTVERSION= 4.2.1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES?= www
MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
http://php.he.net/${PHP_DISTDIR}/ \

View File

@ -0,0 +1,11 @@
--- sapi/apache2filter/php_functions.c.orig Sat May 11 11:49:54 2002
+++ sapi/apache2filter/php_functions.c Fri Jun 21 23:45:16 2002
@@ -90,7 +90,7 @@
ADD_STRING(method);
ADD_LONG(mtime);
ADD_LONG(clength);
-#if !MODULE_MAGIC_AT_LEAST(20020506,0)
+#if !AP_MODULE_MAGIC_AT_LEAST(20020506,0)
ADD_STRING(boundary);
#endif
ADD_STRING(range);