summaryrefslogtreecommitdiff
path: root/dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch')
-rw-r--r--dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch b/dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch
deleted file mode 100644
index b564a95db3cd..000000000000
--- a/dev-perl/PDL/files/PDL-2.17.0-makemakerfix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Demos/BAD2_demo.pm.PL 2006/04/20 07:42:24 1.1
-+++ b/Demos/BAD2_demo.pm.PL 2006/04/20 07:42:32
-@@ -3,6 +3,7 @@
- # - requires both bad-value support and PGPLOT
- #
-
-+use blib;
- use strict;
-
- use Config;
---- a/Demos/BAD_demo.pm.PL 2006/04/20 07:42:17 1.1
-+++ b/Demos/BAD_demo.pm.PL 2006/04/20 07:42:38
-@@ -3,6 +3,7 @@
- # - needed since we allow bad pixel handling to be switched off
- #
-
-+use blib;
- use strict;
-
- use Config;