diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
| commit | 5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb (patch) | |
| tree | f1fe27b5a2945c9d83d4e60fbca8c32e3f4881d7 /repos/xorg/rxvt-unicode/perl-5.38.patch | |
| parent | 66196c82a820c3d13c833f4c626afad1dacbfc75 (diff) | |
| download | alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.tar.gz alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.zip | |
dropped xorg
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; |