mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add patch for disable LC_CTYPE.
So now we can use Japanese locale from GDM. (also some other language.)
This commit is contained in:
parent
8ae5d2d4f9
commit
fba6cfa882
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32686
8
x11/gdm/files/patch-al
Normal file
8
x11/gdm/files/patch-al
Normal file
@ -0,0 +1,8 @@
|
||||
--- config/gnomerc.in.orig Sat Sep 16 10:20:11 2000
|
||||
+++ config/gnomerc.in Sat Sep 16 10:20:25 2000
|
||||
@@ -1 +1,4 @@
|
||||
-@bindir@/gnome-session
|
||||
+#!/bin/csh
|
||||
+
|
||||
+unsetenv LC_CTYPE
|
||||
+exec @bindir@/gnome-session
|
8
x11/gdm2/files/patch-al
Normal file
8
x11/gdm2/files/patch-al
Normal file
@ -0,0 +1,8 @@
|
||||
--- config/gnomerc.in.orig Sat Sep 16 10:20:11 2000
|
||||
+++ config/gnomerc.in Sat Sep 16 10:20:25 2000
|
||||
@@ -1 +1,4 @@
|
||||
-@bindir@/gnome-session
|
||||
+#!/bin/csh
|
||||
+
|
||||
+unsetenv LC_CTYPE
|
||||
+exec @bindir@/gnome-session
|
Loading…
Reference in New Issue
Block a user