aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Heap-Simple-XS/files
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-12-07 07:50:33 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-12-07 07:50:33 +0000
commit9b13567ff7dd4735bea67f486790b24367c26564 (patch)
tree91aa366c718e9c317ead791a291eabc59456d6f2 /devel/p5-Heap-Simple-XS/files
parent94f3279468d612d4a06e6c2270ad5d04bd149fbf (diff)
downloadports-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-Makefile11
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;