summaryrefslogtreecommitdiff
path: root/biology/p5-AcePerl/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'biology/p5-AcePerl/files/patch-Makefile.PL')
-rw-r--r--biology/p5-AcePerl/files/patch-Makefile.PL20
1 files changed, 20 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/files/patch-Makefile.PL b/biology/p5-AcePerl/files/patch-Makefile.PL
new file mode 100644
index 000000000000..719769644488
--- /dev/null
+++ b/biology/p5-AcePerl/files/patch-Makefile.PL
@@ -0,0 +1,20 @@
+--- 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(