diff options
author | ahze <ahze@FreeBSD.org> | 2008-04-08 03:29:19 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-04-08 03:29:19 +0800 |
commit | 170f06f8689613d6e66b18067bc59e39d03d2ed3 (patch) | |
tree | efa56b87fcc210ccd972be24534b9da567dc8392 /sysutils/gnome-settings-daemon | |
parent | aa6a8460df8217b3823e67bc509d1c3cbff0d592 (diff) | |
download | freebsd-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.c | 10 |
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> |