1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/gdm/files/patch-daemon_gdm-session-worker-job.c
2022-01-31 13:06:19 -08:00

13 lines
280 B
C

--- daemon/gdm-session-worker-job.c.orig 2022-01-12 14:15:56 UTC
+++ daemon/gdm-session-worker-job.c
@@ -36,7 +36,9 @@
#include <sys/prctl.h>
#endif
+#ifdef WITH_SYSTEMD
#include <systemd/sd-daemon.h>
+#endif
#ifdef ENABLE_SYSTEMD_JOURNAL
#include <systemd/sd-journal.h>