diff options
Diffstat (limited to 'dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch')
-rw-r--r-- | dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch b/dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch new file mode 100644 index 000000000000..859a3ff0dd3d --- /dev/null +++ b/dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch @@ -0,0 +1,11 @@ +--- Lib/FFTW/Makefile.PL.orig 2012-08-28 17:10:15.000000000 +0100 ++++ Lib/FFTW/Makefile.PL 2012-08-28 17:19:35.000000000 +0100 +@@ -152,7 +152,7 @@ + # make a list of libs from the libstring + my @libs = split ' ',$double_lib; + grep s/\-l//g, @libs; +- grep $_ = "lib$_.a", @libs; ++ grep $_ = "lib$_.$Config{so}", @libs; + my %libs; + my $lib; + foreach $libdir(@libdirs){ |