mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
rxvt-unicode: backport patch for perl 5.38.
This commit is contained in:
parent
f0df3525fb
commit
f53eb6d6d4
2 changed files with 14 additions and 1 deletions
13
srcpkgs/rxvt-unicode/patches/perl5.38.patch
Normal file
13
srcpkgs/rxvt-unicode/patches/perl5.38.patch
Normal file
|
@ -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;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rxvt-unicode'
|
||||
pkgname=rxvt-unicode
|
||||
version=9.31
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--with-terminfo=/usr/share/terminfo --enable-256-color
|
||||
|
|
Loading…
Add table
Reference in a new issue