Magellan Linux

Contents of /trunk/gdm/patches/gdm-2.14.2-gdm-dmx-intllibs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 894 byte(s)
-import

1 diff --exclude-from=/home/dang/.diffrc -u -ruN gdm-2.13.0.7.orig/utils/gdm-dmx-reconnect-proxy.c gdm-2.13.0.7/utils/gdm-dmx-reconnect-proxy.c
2 --- gdm-2.13.0.7.orig/utils/gdm-dmx-reconnect-proxy.c 2006-01-18 18:33:17.000000000 -0500
3 +++ gdm-2.13.0.7/utils/gdm-dmx-reconnect-proxy.c 2006-01-31 15:59:04.000000000 -0500
4 @@ -22,6 +22,7 @@
5 #include <stdlib.h>
6 #include <glib.h>
7 #include <glib/gi18n.h>
8 +#include <locale.h>
9
10 #include <X11/Xlib.h>
11 #include <X11/extensions/dmxext.h>
12 diff --exclude-from=/home/dang/.diffrc -u -ruN gdm-2.13.0.7.orig/utils/Makefile.am gdm-2.13.0.7/utils/Makefile.am
13 --- gdm-2.13.0.7.orig/utils/Makefile.am 2006-01-15 16:26:35.000000000 -0500
14 +++ gdm-2.13.0.7/utils/Makefile.am 2006-01-31 15:51:20.000000000 -0500
15 @@ -52,6 +52,7 @@
16 gdm-dmx-reconnect-proxy.c
17
18 gdm_dmx_reconnect_proxy_LDADD = \
19 + $(INTLLIBS) \
20 $(GLIB_LIBS) \
21 $(X_EXTRA_LIBS) \
22 $(X_LIBS) \