diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-07-01 05:05:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-07-01 05:05:53 +0000 |
commit | 90d483db20a67577801a366bf7027fc8828bb722 (patch) | |
tree | cb71ae3676cd68701262ff8fad8e2dbdce948d44 /www/p5-libapreq/files/patch-ac | |
parent | - adjust master_sites (synack.net == xinetd.org) (diff) |
Upgrade to 0.33.
No Responsed by: maintainer
Notes
Notes:
svn path=/head/; revision=44601
Diffstat (limited to 'www/p5-libapreq/files/patch-ac')
-rw-r--r-- | www/p5-libapreq/files/patch-ac | 23 |
1 files changed, 0 insertions, 23 deletions
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"; |