From 90d483db20a67577801a366bf7027fc8828bb722 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 1 Jul 2001 05:05:53 +0000 Subject: Upgrade to 0.33. No Responsed by: maintainer --- www/p5-libapreq/files/patch-ac | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 www/p5-libapreq/files/patch-ac (limited to 'www/p5-libapreq/files/patch-ac') diff --git a/www/p5-libapreq/files/patch-ac b/www/p5-libapreq/files/patch-ac deleted file mode 100644 index 076020576177..000000000000 --- a/www/p5-libapreq/files/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ ---- Request/Makefile.PL.orig Sat May 1 14:44:28 1999 -+++ Request/Makefile.PL Sun Apr 23 21:43:43 2000 -@@ -15,8 +15,8 @@ - xsubpp("Request"); - } - else { -- require Apache::src; -- my $src = Apache::src->new; -+ my $inc1 = `apxs -q INCLUDEDIR`; -+ my $inc2 = $inc1 ."/modules/perl"; - use File::Path 'mkpath'; - my $root = "../blib/arch/auto/libapreq"; - mkpath $root, 1, 0755 unless -d $root; -@@ -25,8 +25,7 @@ - system "touch $root/libapreq.a"; - WriteMakefile( - @mm_args, -- 'INC' => "-I../c ". $src->inc, -- 'TYPEMAPS' => $src->typemaps, -+ 'INC' => "-I../c -I$inc1 -I$inc2", - 'LIBS' => "-L$root -lapreq", - ); - unlink "$root/libapreq.a"; -- cgit v1.2.3