diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-28 03:16:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-28 03:16:48 +0800 |
commit | 10e1b28eb8d8944fdc5c021d32461f990fb646ef (patch) | |
tree | a6f5eceefcea24425e6080f3f06e1c5e0805b9ee /sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c | |
parent | 13353967335287f9f604cbdfcdecd5b63d67d91d (diff) | |
download | marcuscom-ports-10e1b28eb8d8944fdc5c021d32461f990fb646ef.tar.gz marcuscom-ports-10e1b28eb8d8944fdc5c021d32461f990fb646ef.tar.zst marcuscom-ports-10e1b28eb8d8944fdc5c021d32461f990fb646ef.zip |
Update to 2.25.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11937 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c')
-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 000000000..cc0baf6fd --- /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> |