pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-synaesthesia Unbreak build with GCC 3.4+ (l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5632328b2eb1
branches:  trunk
changeset: 500149:5632328b2eb1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 12:12:12 2005 +0000

description:
Unbreak build with GCC 3.4+ (label at end of compound statement).
Include string.h, when using functions from it.

diffstat:

 audio/xmms-synaesthesia/distinfo         |   3 ++-
 audio/xmms-synaesthesia/patches/patch-aa |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r dfc7130bb9af -r 5632328b2eb1 audio/xmms-synaesthesia/distinfo
--- a/audio/xmms-synaesthesia/distinfo  Mon Oct 03 12:11:08 2005 +0000
+++ b/audio/xmms-synaesthesia/distinfo  Mon Oct 03 12:12:12 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:56 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/10/03 12:12:12 joerg Exp $
 
 SHA1 (synaesthesia-xmms-0.0.3-rc3.tar.gz) = 7c60a4ac9cc069e0f1fecf97d34b4f48a7b77c5c
 RMD160 (synaesthesia-xmms-0.0.3-rc3.tar.gz) = 89150fd577e7639fb9878ce6d11ffdf50f1bdebb
 Size (synaesthesia-xmms-0.0.3-rc3.tar.gz) = 152116 bytes
+SHA1 (patch-aa) = 4eec587086f03253ecb292db82ac1f3fa319838b
diff -r dfc7130bb9af -r 5632328b2eb1 audio/xmms-synaesthesia/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-synaesthesia/patches/patch-aa  Mon Oct 03 12:12:12 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2005/10/03 12:12:12 joerg Exp $
+
+--- syna_xmms.c.orig   2005-07-22 19:19:18.000000000 +0000
++++ syna_xmms.c
+@@ -19,6 +19,7 @@
+ #include <gtk/gtk.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <pthread.h>
++#include <string.h>
+ #include "math.h"
+ #include <xmms/plugin.h>
+ #include <xmms/util.h>
+@@ -285,6 +286,7 @@ void synx_menu_cb(gpointer cb_data, guin
+                       synx_fullscreen_toggle();
+                         break;
+                 default:
++                      break;
+                         /* ugh */
+       }
+ }



Home | Main Index | Thread Index | Old Index