From afb269072c9137b137e861382b2f820e63742601 Mon Sep 17 00:00:00 2001 From: mezz Date: Sat, 20 Mar 2010 20:31:31 +0000 Subject: 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 --- x11/gdm/files/patch-gui_user-switch-applet_Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/gdm/files/patch-gui_user-switch-applet_Makefile.in (limited to 'x11') 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)"\" \ -- cgit v1.2.3