diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-03 12:12:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-03 12:12:12 +0000 |
commit | 0799803215f2713f618b189dfca28ba38a4e1cb8 (patch) | |
tree | ec2d5b46afa2beb409e66020a9048966f6ee7800 /audio | |
parent | 2b66889649a993a99a236b9b7b9d17a7a810c5f7 (diff) | |
download | pkgsrc-0799803215f2713f618b189dfca28ba38a4e1cb8.tar.gz |
Unbreak build with GCC 3.4+ (label at end of compound statement).
Include string.h, when using functions from it.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-synaesthesia/distinfo | 3 | ||||
-rw-r--r-- | audio/xmms-synaesthesia/patches/patch-aa | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/audio/xmms-synaesthesia/distinfo b/audio/xmms-synaesthesia/distinfo index a2a2c5771c5..26a6d37352e 100644 --- a/audio/xmms-synaesthesia/distinfo +++ b/audio/xmms-synaesthesia/distinfo @@ -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 --git a/audio/xmms-synaesthesia/patches/patch-aa b/audio/xmms-synaesthesia/patches/patch-aa new file mode 100644 index 00000000000..fc5b57ff296 --- /dev/null +++ b/audio/xmms-synaesthesia/patches/patch-aa @@ -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 */ + } + } |