diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /audio/paman/files | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
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() { |