summaryrefslogtreecommitdiff
path: root/math/p5-Math-Cephes/files/patch-Makefile.PL
blob: 0468c77415abe1bfe41a8a2ed53f305fad08357c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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',