diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-20 20:26:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-20 20:26:58 +0000 |
commit | 421f9f463c0346acb8a02a24ceb07c8741711b0d (patch) | |
tree | 75009d7e6d9b3cf5681882258c2a9334f685fd06 /audio/gmpc/patches | |
parent | 910b7082951bd16f24b5311fdf09bf8e8e1fa7b3 (diff) | |
download | pkgsrc-421f9f463c0346acb8a02a24ceb07c8741711b0d.tar.gz |
Update to gmpc-0.19.1:
- bugfixes
- usability improvements
Diffstat (limited to 'audio/gmpc/patches')
-rw-r--r-- | audio/gmpc/patches/patch-ag | 12 | ||||
-rw-r--r-- | audio/gmpc/patches/patch-ai | 22 |
2 files changed, 0 insertions, 34 deletions
diff --git a/audio/gmpc/patches/patch-ag b/audio/gmpc/patches/patch-ag deleted file mode 100644 index 827b5726c0d..00000000000 --- a/audio/gmpc/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2009/05/30 01:25:19 obache Exp $ - ---- src/TreeSearchWidget.c.orig 2009-03-09 16:23:05.000000000 +0000 -+++ src/TreeSearchWidget.c -@@ -17,6 +17,7 @@ - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -+#include <sys/types.h> - #include <gtk/gtk.h> - #include <gtk/gtksignal.h> - #include <gdk/gdkkeysyms.h> diff --git a/audio/gmpc/patches/patch-ai b/audio/gmpc/patches/patch-ai deleted file mode 100644 index f61210522ba..00000000000 --- a/audio/gmpc/patches/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2009/05/30 01:25:19 obache Exp $ - ---- configure.orig 2009-03-09 16:23:16.000000000 +0000 -+++ configure -@@ -13376,7 +13376,7 @@ else - fi - - -- if test "x${libspiff}" == "x1"; -+ if test "x${libspiff}" = "x1"; - then - - cat >>confdefs.h <<\_ACEOF -@@ -13386,7 +13386,7 @@ _ACEOF - SPIFF_LIBS=-lspiff - - else -- if test "x${enable_libspiff}" == "xyes"; then -+ if test "x${enable_libspiff}" = "xyes"; then - { { $as_echo "$as_me:$LINENO: error: libspiff not found" >&5 - $as_echo "$as_me: error: libspiff not found" >&2;} - { (exit 1); exit 1; }; } |