aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-02-04 13:28:24 +0800
committermezz <mezz@FreeBSD.org>2007-02-04 13:28:24 +0800
commit188a739c8d24a936ca11e7af0d029d072d06ef03 (patch)
tree28b00783e8862d81cbaf30a251d298bd484be0f1 /x11
parent1fcef2864f9b5f4f69536a6bb58c276ac794746e (diff)
downloadfreebsd-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.c10
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"
+