diff options
Diffstat (limited to 'repos/xorg/rxvt-unicode/perl-5.38.patch')
| -rw-r--r-- | repos/xorg/rxvt-unicode/perl-5.38.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repos/xorg/rxvt-unicode/perl-5.38.patch b/repos/xorg/rxvt-unicode/perl-5.38.patch deleted file mode 100644 index 948dc963..00000000 --- a/repos/xorg/rxvt-unicode/perl-5.38.patch +++ /dev/null @@ -1,13 +0,0 @@ -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; |