1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/lightdm/files/patch-tests_src_libsystem.c
Ben Woods 81a45042c3 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)
2016-12-26 06:53:37 +00:00

11 lines
251 B
C

--- 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>