summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL')
-rw-r--r--lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL b/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL
deleted file mode 100644
index 77fda483f1f1..000000000000
--- a/lang/p5-JavaScript-SpiderMonkey/files/patch-Makefile.PL
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.PL.orig 2011-10-23 12:27:21.000000000 +0200
-+++ Makefile.PL 2017-06-03 21:50:44.801687000 +0200
-@@ -68,13 +68,8 @@
- next if ! -f $libfile;
- my $include_path = $possible_install_paths{$install_path};
- foreach my $c_header(@c_header_files) {
-- if (-f "$include_path/$c_header") {
-+ if (-f "$include_path/js-1.7/$c_header") {
- my $include_dir = "$include_path/$c_header";
-- $include_dir =~ s/$c_header$//;
-- push @JS_INCL_DIRS, $include_dir;
-- }
-- foreach my $headerfile(glob "$include_path/*/$c_header") {
-- my $include_dir = $headerfile;
- $include_dir =~ s/$c_header$//;
- push @JS_INCL_DIRS, $include_dir;
- }