1
0
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:
Yukihiro Nakai 2000-09-16 10:08:15 +00:00
parent 8ae5d2d4f9
commit fba6cfa882
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32686
2 changed files with 16 additions and 0 deletions

8
x11/gdm/files/patch-al Normal file
View 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
View 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