aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-settings-daemon
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-04-08 03:29:19 +0800
committerahze <ahze@FreeBSD.org>2008-04-08 03:29:19 +0800
commit170f06f8689613d6e66b18067bc59e39d03d2ed3 (patch)
treeefa56b87fcc210ccd972be24534b9da567dc8392 /sysutils/gnome-settings-daemon
parentaa6a8460df8217b3823e67bc509d1c3cbff0d592 (diff)
downloadfreebsd-ports-gnome-170f06f8689613d6e66b18067bc59e39d03d2ed3.tar.gz
freebsd-ports-gnome-170f06f8689613d6e66b18067bc59e39d03d2ed3.tar.zst
freebsd-ports-gnome-170f06f8689613d6e66b18067bc59e39d03d2ed3.zip
Fix build
Reported by: Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Diffstat (limited to 'sysutils/gnome-settings-daemon')
-rw-r--r--sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c
new file mode 100644
index 000000000000..cc0baf6fdc50
--- /dev/null
+++ b/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c
@@ -0,0 +1,10 @@
+--- plugins/sound/gsd-sound-manager.c.orig 2008-04-07 10:04:58.426471043 -0400
++++ plugins/sound/gsd-sound-manager.c 2008-04-07 10:05:10.592326201 -0400
+@@ -23,6 +23,7 @@
+
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <signal.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>