summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-15 00:13:28 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-15 00:13:28 +0200
commita744d84288f6863e0536e11460302232141f0c4a (patch)
tree0964ecefc966eaf4ca166ec12334a4321f3b7480 /sys-devel/make/files/make-4.2.1-perl526.patch
parentsys-block/sedutil: Port to EAPI 7 (diff)
downloadgentoo-a744d84288f6863e0536e11460302232141f0c4a.tar.gz
gentoo-a744d84288f6863e0536e11460302232141f0c4a.tar.bz2
gentoo-a744d84288f6863e0536e11460302232141f0c4a.zip
sys-devel/make: drop 4.2.1-r4
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel/make/files/make-4.2.1-perl526.patch')
-rw-r--r--sys-devel/make/files/make-4.2.1-perl526.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-devel/make/files/make-4.2.1-perl526.patch b/sys-devel/make/files/make-4.2.1-perl526.patch
deleted file mode 100644
index a935d1314ebb..000000000000
--- a/sys-devel/make/files/make-4.2.1-perl526.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From d9d4e06084a4c7da480bd49a3487aadf6ba77b54 Mon Sep 17 00:00:00 2001
-From: Enrique Olaizola <enrique_olaizola16@hotmail.com>
-Date: Sat, 27 May 2017 14:24:33 -0400
-Subject: [PATCH] * tests/run_make_tests.pl: [SV 50902] Find Perl modules
-
----
- tests/run_make_tests.pl | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl
-index a74417a..a844094 100644
---- a/tests/run_make_tests.pl
-+++ b/tests/run_make_tests.pl
-@@ -64,6 +64,9 @@ if ($^O eq 'VMS')
- $CMD_rmfile = 'delete_file -no_ask';
- }
-
-+use FindBin;
-+use lib "$FindBin::Bin";
-+
- require "test_driver.pl";
- require "config-flags.pm";
-
---
-2.16.1
-