summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/rakudo/files/2015.12/0002-Add-RAKUDO_PRECOMP_PREFIX-env-var.patch')
-rw-r--r--dev-lang/rakudo/files/2015.12/0002-Add-RAKUDO_PRECOMP_PREFIX-env-var.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-lang/rakudo/files/2015.12/0002-Add-RAKUDO_PRECOMP_PREFIX-env-var.patch b/dev-lang/rakudo/files/2015.12/0002-Add-RAKUDO_PRECOMP_PREFIX-env-var.patch
deleted file mode 100644
index 1c5f1af2c817..000000000000
--- a/dev-lang/rakudo/files/2015.12/0002-Add-RAKUDO_PRECOMP_PREFIX-env-var.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 4fe18ce14c87c4d63f18db3c38cf32733ba72c31 Mon Sep 17 00:00:00 2001
-From: Anthony Parsons <flussence@gmail.com>
-Date: Sun, 27 Dec 2015 02:02:22 +0000
-Subject: [PATCH 2/2] Add RAKUDO_PRECOMP_PREFIX env var
-
-As suggested by nine++, with some name tweaking
----
- docs/running.pod | 6 ++++++
- src/core/CompUnit/RepositoryRegistry.pm | 2 +-
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/src/core/CompUnit/RepositoryRegistry.pm b/src/core/CompUnit/RepositoryRegistry.pm
-index f70f22105849..e628ee659c7c 100644
---- a/src/core/CompUnit/RepositoryRegistry.pm
-+++ b/src/core/CompUnit/RepositoryRegistry.pm
-@@ -75,7 +75,7 @@ class CompUnit::RepositoryRegistry {
- }
- #?endif
-
-- my $prefix := nqp::p6box_s(
-+ my $prefix := %*ENV<RAKUDO_PRECOMP_PREFIX> // nqp::p6box_s(
- nqp::concat(nqp::atkey(nqp::backendconfig,'prefix'),'/share/perl6')
- );
-
---
-2.6.4
-