diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-21 04:31:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-21 04:31:31 +0800 |
commit | afb269072c9137b137e861382b2f820e63742601 (patch) | |
tree | 0d3e20980777d01525ac8e7c7373c9ac9e612899 | |
parent | 8dd6ff9c50c8a616612b8adcb3bd91c4b503e431 (diff) | |
download | marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.tar marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.tar.gz marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.tar.bz2 marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.tar.lz marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.tar.xz marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.tar.zst marcuscom-ports-afb269072c9137b137e861382b2f820e63742601.zip |
Correct the system locale path. I don't know if it actually change in
visible as I only found it by grep in the source code when there was a
problem with my GDM. Turned out it was my fault, misconfigured. Therefore,
not bump it unless anyone can tell any difference in visible like got
locale stuff work with the user switch applet.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13864 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gdm/files/patch-gui_user-switch-applet_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gdm/files/patch-gui_user-switch-applet_Makefile.in b/x11/gdm/files/patch-gui_user-switch-applet_Makefile.in new file mode 100644 index 000000000..d14791f00 --- /dev/null +++ b/x11/gdm/files/patch-gui_user-switch-applet_Makefile.in @@ -0,0 +1,11 @@ +--- gui/user-switch-applet/Makefile.in.orig 2010-03-20 15:19:16.000000000 -0500 ++++ gui/user-switch-applet/Makefile.in 2010-03-20 15:20:28.000000000 -0500 +@@ -324,7 +324,7 @@ + -DLIBDIR=\""$(libdir)"\" \ + -DDATADIR=\""$(datadir)"\" \ + -DSYSCONFDIR=\""$(sysconfdir)"\" \ +- -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\" \ ++ -DLIBLOCALEDIR=\""/usr/share/locale"\" \ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DGLADEDIR=\""$(pkgdatadir)"\" \ + -DLIBEXECDIR=\""$(libexecdir)"\" \ |