summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-09-11 17:11:43 +0000
committerJeroen Roovers <jer@gentoo.org>2007-09-11 17:11:43 +0000
commit0e0279bd164695dfdbb91eeee32b0a7af7112a92 (patch)
treecf6ab0b4cdbb14f2818a7f32dfabecfdd758f582 /dev-perl/PDL/files
parentTurn sed script into patch (bug #180807). (diff)
downloadgentoo-2-0e0279bd164695dfdbb91eeee32b0a7af7112a92.tar.gz
gentoo-2-0e0279bd164695dfdbb91eeee32b0a7af7112a92.tar.bz2
gentoo-2-0e0279bd164695dfdbb91eeee32b0a7af7112a92.zip
Fix automagic, clean up ebuild, add TODOs.
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-perl/PDL/files')
-rw-r--r--dev-perl/PDL/files/gsl.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-perl/PDL/files/gsl.patch b/dev-perl/PDL/files/gsl.patch
deleted file mode 100644
index 87c74446a604..000000000000
--- a/dev-perl/PDL/files/gsl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- perldl.conf.old 2004-01-07 23:47:08.000000000 -0500
-+++ perldl.conf 2004-01-07 23:35:33.000000000 -0500
-@@ -85,9 +85,9 @@
- WITH_GSL => undef, # Leave it up to PDL to decide
-
- # Location to search for the GSL libs
-- GSL_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
-+ GSL_LIBS => undef,
- # Location to find GSL includes:
-- GSL_INC => '-I/usr/include/gsl -I/usr/local/include',
-+ GSL_INC => undef,
-
- # Whether or not to build the PDL::FFTW module
- # 0 -> don't use