diff options
author | wiz <wiz> | 2009-05-26 20:23:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-26 20:23:44 +0000 |
commit | fefb92261e595df6df93337b5a282b04bbdc0920 (patch) | |
tree | b5fa80b2643c161d4f635a0938a113c02634e3e2 /audio | |
parent | f12cef05178b0c18aeba869a7e2b6f412f40e9c5 (diff) | |
download | pkgsrc-fefb92261e595df6df93337b5a282b04bbdc0920.tar.gz |
Remove unneeded patch (compilation succeeds on NetBSD-5.99.12/amd64
without it).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rhythmbox/patches/patch-ac b/audio/rhythmbox/patches/patch-ac deleted file mode 100644 index c15dffa16b9..00000000000 --- a/audio/rhythmbox/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.5 2008/05/06 06:26:59 bjs Exp $ - ---- metadata/rb-metadata-dbus-client.c.orig 2007-03-20 08:15:44.000000000 -0400 -+++ 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> |