diff options
author | mezz <mezz@FreeBSD.org> | 2007-02-04 13:28:24 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-02-04 13:28:24 +0800 |
commit | 188a739c8d24a936ca11e7af0d029d072d06ef03 (patch) | |
tree | 28b00783e8862d81cbaf30a251d298bd484be0f1 /x11 | |
parent | 1fcef2864f9b5f4f69536a6bb58c276ac794746e (diff) | |
download | freebsd-ports-gnome-188a739c8d24a936ca11e7af0d029d072d06ef03.tar.gz freebsd-ports-gnome-188a739c8d24a936ca11e7af0d029d072d06ef03.tar.zst freebsd-ports-gnome-188a739c8d24a936ca11e7af0d029d072d06ef03.zip |
Fix the build on FreeBSD 5.x.
Reported by: Jeffrey Lloyd <jlloyd@epix.net>
Tested by: ''
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-src_gdm-queue.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c new file mode 100644 index 000000000000..80e25d0fe1ed --- /dev/null +++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c @@ -0,0 +1,10 @@ +--- src/gdm-queue.c.orig Fri Feb 2 23:52:26 2007 ++++ src/gdm-queue.c Fri Feb 2 23:52:32 2007 +@@ -32,6 +32,7 @@ + #include <sys/un.h> + #include <errno.h> + #include <stdio.h> ++#include <signal.h> + + #include "gdm-queue.h" + |