aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Cephes
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-16 18:30:56 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-16 18:30:56 +0000
commitf117728b4c5335081e0f23fdb553663d2abff889 (patch)
tree3e05292cd2d0b13a1eb2beb62df6356c14e6049c /math/p5-Math-Cephes
parent77548b27160582caa0ff0a79e572472205d2e66c (diff)
downloadports-f117728b4c5335081e0f23fdb553663d2abff889.tar.gz
ports-f117728b4c5335081e0f23fdb553663d2abff889.zip
- Fix intermittent build error
Approved by: tobez (implicit)
Notes
Notes: svn path=/head/; revision=165594
Diffstat (limited to 'math/p5-Math-Cephes')
-rw-r--r--math/p5-Math-Cephes/files/patch-Makefile.PL13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/p5-Math-Cephes/files/patch-Makefile.PL b/math/p5-Math-Cephes/files/patch-Makefile.PL
new file mode 100644
index 000000000000..0468c77415ab
--- /dev/null
+++ b/math/p5-Math-Cephes/files/patch-Makefile.PL
@@ -0,0 +1,13 @@
+--- Makefile.PL.orig Wed Dec 31 00:57:31 2003
++++ Makefile.PL Fri Jun 16 12:05:48 2006
+@@ -23,8 +23,8 @@
+ # fool WriteMakefile into thinking there's a libmd lib
+ my $lib = 'libmd' . $Config{lib_ext};
+ my $dummy = catfile $libmd, $lib;
+-open(DUMMY, ">$dummy") or die "Cannot create $dummy: $!";
+-close DUMMY;
++#open(DUMMY, ">$dummy") or die "Cannot create $dummy: $!";
++#close DUMMY;
+
+ my %opts = (
+ NAME => 'Math::Cephes',