diff options
Diffstat (limited to 'audio/paman/files')
-rw-r--r-- | audio/paman/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | audio/paman/files/patch-src_paman.cc | 21 |
2 files changed, 0 insertions, 32 deletions
diff --git a/audio/paman/files/patch-src_Makefile.in b/audio/paman/files/patch-src_Makefile.in deleted file mode 100644 index 6b68740fe..000000000 --- a/audio/paman/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri Apr 29 23:02:10 2005 -+++ src/Makefile.in Fri Apr 29 23:02:24 2005 -@@ -137,7 +137,7 @@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lpolyp-error-0.7 - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ - MAKEINFO = @MAKEINFO@ diff --git a/audio/paman/files/patch-src_paman.cc b/audio/paman/files/patch-src_paman.cc deleted file mode 100644 index 0cbf53e59..000000000 --- a/audio/paman/files/patch-src_paman.cc +++ /dev/null @@ -1,21 +0,0 @@ ---- src/paman.cc.orig Wed May 30 16:58:45 2007 -+++ src/paman.cc Wed May 30 16:59:37 2007 -@@ -16,7 +16,9 @@ - struct pa_context *context = NULL; - struct pa_mainloop_api *mainloop_api = NULL; - --extern "C" static void context_state_callback(struct pa_context *c, void *userdata); -+extern "C" -+{ -+static void context_state_callback(struct pa_context *c, void *userdata); - - #define WINDOW_TITLE "Polypaudio Manager" - -@@ -66,6 +68,7 @@ - } - - killConnection(); -+} - } - - void createConnection() { |