diff options
Diffstat (limited to 'biology/p5-AcePerl/files/patch-ac')
-rw-r--r-- | biology/p5-AcePerl/files/patch-ac | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/biology/p5-AcePerl/files/patch-ac b/biology/p5-AcePerl/files/patch-ac index 90194f8b38d7..719769644488 100644 --- a/biology/p5-AcePerl/files/patch-ac +++ b/biology/p5-AcePerl/files/patch-ac @@ -1,11 +1,20 @@ ---- Makefile.PL.orig Thu Aug 31 19:02:21 2000 -+++ Makefile.PL Mon Oct 9 16:43:32 2000 -@@ -1,7 +1,7 @@ - use Config; +--- Makefile.PL.orig Fri Sep 28 16:13:04 2001 ++++ Makefile.PL Fri Jan 25 14:11:26 2002 +@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker qw(prompt WriteMakefile); + use File::Path; -my $choice; +my $choice = 3; while (!$choice) { $reply = prompt( "\nWhat do you want to build?\n\n" . +@@ -22,8 +22,6 @@ + push @extlib,'Freesubs' if $choice >= 2; + push @extlib,'RPC' if $choice >= 3; + +-print "\n"; +-setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","n") =~ /[yY]/; + + my $headers = "./ace/wh"; + WriteMakefile( |