1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/x11/gdm/files/patch-daemon_Makefile.in
Joe Marcus Clarke 3f4de75ac3 * Fix hardcoded use of /usr/local.
* Re-add support for reading /etc/login.conf. [1]

PR:		133793 [1]
Submitted by:	thomas [1]
2009-05-31 20:00:18 +00:00

19 lines
484 B
Plaintext

--- daemon/Makefile.in.orig 2009-05-31 15:51:18.000000000 -0400
+++ daemon/Makefile.in 2009-05-31 15:56:32.000000000 -0400
@@ -525,6 +525,7 @@ test_session_LDADD = \
$(XLIB_LIBS) \
$(EXTRA_DAEMON_LIBS) \
$(DAEMON_LIBS) \
+ $(EXTRA_DAEMON_LIBS) \
$(PAM_LIBS) \
$(NULL)
@@ -660,6 +661,7 @@ gdm_session_worker_SOURCES = session-wor
gdm_session_worker_LDFLAGS = \
$(XLIB_LIBS) \
$(PAM_LIBS) \
+ $(EXTRA_DAEMON_LIBS) \
$(NULL)
gdm_session_worker_LDADD = \