diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-12-26 06:53:37 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-12-26 06:53:37 +0000 |
commit | 81a45042c342bf0f62a4c96fb97d90ec979d9f23 (patch) | |
tree | 590486ac88d7babc478cab49e7a99301356865d8 /x11/lightdm/files/patch-tests_src_libsystem.c | |
parent | games/openbor: skip non-existing bor.pak (diff) |
Add x11/lightdm and x11/lightdm-gtk-greeter.
Lightdm is a display manager that:
* Is cross-desktop - supports different desktops
* Supports different display technologies
* Is lightweight - low memory usage and fast performance
* Has a comprehensive test suite
WWW: https://www.freedesktop.org/wiki/Software/LightDM/
lightdm-gtk-greeter is the reference GTK+ greeter for LightDM.
WWW: https://launchpad.net/lightdm-gtk-greeter
Approved by: adamw (mentor, implicit)
Diffstat (limited to 'x11/lightdm/files/patch-tests_src_libsystem.c')
-rw-r--r-- | x11/lightdm/files/patch-tests_src_libsystem.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/lightdm/files/patch-tests_src_libsystem.c b/x11/lightdm/files/patch-tests_src_libsystem.c new file mode 100644 index 000000000000..5aabfa020323 --- /dev/null +++ b/x11/lightdm/files/patch-tests_src_libsystem.c @@ -0,0 +1,10 @@ +--- tests/src/libsystem.c.orig 2016-11-13 22:45:48 UTC ++++ tests/src/libsystem.c +@@ -20,7 +20,6 @@ + #include <security/pam_appl.h> + #include <fcntl.h> + #include <dlfcn.h> +-#include <utmp.h> + #include <utmpx.h> + #ifdef __linux__ + #include <linux/vt.h> |