diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-07 07:50:33 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-07 07:50:33 +0000 |
commit | 9b13567ff7dd4735bea67f486790b24367c26564 (patch) | |
tree | 91aa366c718e9c317ead791a291eabc59456d6f2 /devel/p5-Heap-Simple-XS/files | |
parent | 94f3279468d612d4a06e6c2270ad5d04bd149fbf (diff) | |
download | ports-9b13567ff7dd4735bea67f486790b24367c26564.tar.gz ports-9b13567ff7dd4735bea67f486790b24367c26564.zip |
Notes
Diffstat (limited to 'devel/p5-Heap-Simple-XS/files')
-rw-r--r-- | devel/p5-Heap-Simple-XS/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Heap-Simple-XS/files/patch-Makefile b/devel/p5-Heap-Simple-XS/files/patch-Makefile new file mode 100644 index 000000000000..e049ded36e06 --- /dev/null +++ b/devel/p5-Heap-Simple-XS/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.PL Wed Jul 27 14:50:45 2005 ++++ Makefile.PL Fri Nov 25 18:59:24 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; |