1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/gdm/files/patch-al
Yukihiro Nakai fba6cfa882 Add patch for disable LC_CTYPE.
So now we can use Japanese locale from GDM.
(also some other language.)
2000-09-16 10:08:15 +00:00

9 lines
199 B
Plaintext

--- 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