pkgsrc/x11/gdm/patches/patch-ak
drochner f359d13e6b update to 2.20.2
This switches to the gnome-2.20 branch, too many changes to list here.
(The update has taken a while because the XDMCP code relies on
IPv6-mapped IPv4 sockets which is not so easy on NetBSD.)
2007-11-30 20:08:37 +00:00

18 lines
523 B
Text

$NetBSD: patch-ak,v 1.4 2007/11/30 20:08:38 drochner Exp $
--- gui/greeter/Makefile.in.orig 2007-09-17 16:48:25.000000000 +0200
+++ gui/greeter/Makefile.in
@@ -408,10 +408,9 @@ gdmgreeter_SOURCES = \
gdmgreeter_LDADD = \
$(EXTRA_GREETER_LIBS) \
- -L$(top_builddir)/gui \
- -lgdmwm \
- -lgdmcommon \
- -lgdmgreeter \
+ $(top_builddir)/gui/libgdmwm.a \
+ $(top_builddir)/gui/libgdmcommon.a \
+ $(top_builddir)/gui/libgdmgreeter.a \
$(top_builddir)/common/libgdmcommon.a \
$(GLIB_LIBS) \
$(GOBJECT_LIBS) \