diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/files/patch-Makefile.PL | 10 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm | 0 |
2 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/files/patch-Makefile.PL b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL new file mode 100644 index 000000000000..19c0430111ec --- /dev/null +++ b/www/p5-Apache-AuthCookie/files/patch-Makefile.PL @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Fri Aug 1 17:10:09 2003 ++++ Makefile.PL Sat Mar 6 12:23:30 2004 +@@ -89,6 +89,7 @@ + } + + sub mod_perl_version { ++ eval { require Apache2 }; + eval { + require mod_perl + }; diff --git a/www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm b/www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/www/p5-Apache-AuthCookie/files/patch-t::lib::Apache::test.pm +++ /dev/null |