public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/PDL/files: PDL-2.4.11-shared-fftw.patch
@ 2012-08-28 16:37 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-08-28 16:37 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/08/28 16:37:26

  Added:                PDL-2.4.11-shared-fftw.patch
  Log:
  Link fftw with shared  libraries, fixing bug #432670
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/files/PDL-2.4.11-shared-fftw.patch?rev=1.1&content-type=text/plain

Index: PDL-2.4.11-shared-fftw.patch
===================================================================
--- 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){





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-28 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28 16:37 [gentoo-commits] gentoo-x86 commit in dev-perl/PDL/files: PDL-2.4.11-shared-fftw.patch Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox