summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Toijala2023-08-10 17:34:55 +0300
committerIsmo Toijala2023-08-10 17:34:55 +0300
commit8550ff8c4291273b4787aa60b664f1151160e5a5 (patch)
tree08101de7761f1ef4cac5fb9f2654f28578e351a4
parentec809ec87ec47515c676f9f66dae24e8380d7b22 (diff)
downloadaur-8550ff8c4291273b4787aa60b664f1151160e5a5.tar.gz
add perl patch
-rw-r--r--perl-5.38.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl-5.38.patch b/perl-5.38.patch
new file mode 100644
index 000000000000..948dc963e35b
--- /dev/null
+++ b/perl-5.38.patch
@@ -0,0 +1,13 @@
+diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
+index 25b1144b..f664f397 100644
+--- a/src/rxvtperl.xs
++++ b/src/rxvtperl.xs
+@@ -399,7 +399,7 @@ rxvt_perl_interp::init ()
+ {
+ if (!perl)
+ {
+- rxvt_push_locale (""); // perl init destroys current locale
++ rxvt_push_locale ("C"); // perl init destroys current locale
+
+ {
+ perl_environ = rxvt_environ;