diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-03 01:04:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-03 01:04:26 +0000 |
commit | 08a9ee93796ad39cd86ca37054256bc68e373a74 (patch) | |
tree | 8de1bb691c21142f6eb013dc20403558e99d55f3 /www/apache2 | |
parent | dcd2458ad33534aad64652657fe84695ce2f24bb (diff) | |
download | pkgsrc-08a9ee93796ad39cd86ca37054256bc68e373a74.tar.gz |
Add a patch missed in the previous commit.
Bump PKGREVISION becuase this patch will change the binary package.
Diffstat (limited to 'www/apache2')
-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 |