From 4d8264c95650fbb9216642d2861e0290a7deba21 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 26 Dec 2007 21:11:28 +0000 Subject: Fetch wall, ready head, bang said wall. Add patch that makes this critter build. poked by: sajd (IRC) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10004 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gdm/files/patch-common_gdm-common.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11/gdm/files/patch-common_gdm-common.c (limited to 'x11') diff --git a/x11/gdm/files/patch-common_gdm-common.c b/x11/gdm/files/patch-common_gdm-common.c new file mode 100644 index 000000000..9fa4acafa --- /dev/null +++ b/x11/gdm/files/patch-common_gdm-common.c @@ -0,0 +1,13 @@ +--- common/gdm-common.c.orig 2007-12-23 10:29:20.000000000 +0100 ++++ common/gdm-common.c 2007-12-23 10:29:34.000000000 +0100 +@@ -33,6 +33,10 @@ + + #include "gdm-common.h" + ++#ifndef ENODATA ++#define ENODATA EAGAIN ++#endif ++ + void + gdm_set_fatal_warnings_if_unstable (void) + { -- cgit v1.2.3