diff options
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/patches/patch-ac | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index cd6d1c8fd94..6b0b473bf89 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2005/01/01 17:24:25 minskim Exp $ +# $NetBSD: Makefile,v 1.64 2005/01/03 01:04:26 minskim Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ diff --git a/www/apache2/patches/patch-ac b/www/apache2/patches/patch-ac new file mode 100644 index 00000000000..8bd37c9ca19 --- /dev/null +++ b/www/apache2/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.4 2005/01/03 01:04:26 minskim Exp $ + +--- configure.orig 2004-09-23 13:35:39.000000000 -0500 ++++ configure +@@ -16511,7 +16511,6 @@ cat >>confdefs.h <<_ACEOF + _ACEOF + + +-perlbin=`$ac_aux_dir/PrintPath perl` + if test "x$perlbin" = "x"; then + perlbin="/replace/with/path/to/perl/interpreter" + fi |