diff options
Diffstat (limited to 'audio/rhythmbox/patches/patch-ac')
-rw-r--r-- | audio/rhythmbox/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/rhythmbox/patches/patch-ac b/audio/rhythmbox/patches/patch-ac new file mode 100644 index 00000000000..7fdc65c45ff --- /dev/null +++ b/audio/rhythmbox/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2006/07/02 11:32:40 drochner Exp $ + +--- metadata/rb-metadata-dbus-client.c.orig 2006-04-22 11:30:47.000000000 +0200 ++++ metadata/rb-metadata-dbus-client.c +@@ -52,7 +52,7 @@ + + #include <unistd.h> + #include <sys/types.h> +-#include <sys/signal.h> ++#include <signal.h> + #include <sys/wait.h> + #include <string.h> + #include <stdlib.h> |