aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-libapreq/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-libapreq/files/patch-aa')
-rw-r--r--www/p5-libapreq/files/patch-aa53
1 files changed, 3 insertions, 50 deletions
diff --git a/www/p5-libapreq/files/patch-aa b/www/p5-libapreq/files/patch-aa
index 7a86f6f9279b..52473df0ee91 100644
--- a/www/p5-libapreq/files/patch-aa
+++ b/www/p5-libapreq/files/patch-aa
@@ -1,5 +1,5 @@
---- c/Makefile.PL.orig Sat May 1 14:44:28 1999
-+++ c/Makefile.PL Sun Apr 23 21:47:27 2000
+--- c/Makefile.PL.orig Wed Mar 29 22:22:28 2000
++++ c/Makefile.PL Wed Mar 14 11:21:17 2001
@@ -7,49 +7,23 @@
win32_setup();
}
@@ -11,7 +11,7 @@
use Cwd;
my $pwd = fastcwd;
- my @objs = qw(apache_request.o apache_cookie.o multipart_buffer.o);
+ my @objs = qw(apache_request.o apache_cookie.o apache_multipart_buffer.o);
- $MY_LD_RUN_PATH = "$Config{installsitearch}/auto/libapreq:$pwd";
WriteMakefile(
@@ -53,50 +53,3 @@
sub MY::post_initialize {
my $self = shift;
---- Cookie/Makefile.PL.orig Sat May 1 14:44:28 1999
-+++ Cookie/Makefile.PL Sun Apr 23 21:43:43 2000
-@@ -15,9 +15,9 @@
- xsubpp("Cookie");
- }
- else {
-- require Apache::src;
-- my $src = Apache::src->new;
- use File::Path 'mkpath';
-+ my $inc1 = `apxs -q INCLUDEDIR`;
-+ my $inc2 = $inc1."/modules/perl";
- 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";
---- 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";