diff options
Diffstat (limited to 'devel/p5-Heap-Simple-Perl/files/patch-Makefile')
-rw-r--r-- | devel/p5-Heap-Simple-Perl/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Heap-Simple-Perl/files/patch-Makefile b/devel/p5-Heap-Simple-Perl/files/patch-Makefile new file mode 100644 index 000000000000..c3e5c9d92eb4 --- /dev/null +++ b/devel/p5-Heap-Simple-Perl/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.PL Wed Jul 27 15:21:08 2005 ++++ Makefile.PL Fri Nov 25 19:10:07 2005 +@@ -7,7 +7,7 @@ + + # Allows to suppress all questions with -n + use Getopt::Std; +-our $opt_n; ++our $opt_n = 1; + getopts("n") || die "Usage: $0 [-n]\n"; + + my $benchmark = 0; |