summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-31 21:06:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-31 21:06:53 +0000
commit7987588671713fb569c8b92ecea84fc142005c3f (patch)
treed9975d2a872b059b6c0abe75d409b85cf116c287 /multimedia
parentkame-dhcp6 is an open-source implementation of Dynamic Host (diff)
- Fix build with gcc-3.4
Obtained from: beep CVS
Notes
Notes: svn path=/head/; revision=115180
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/beep-media-player/files/patch-Input::vorbis::fileinfo.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/multimedia/beep-media-player/files/patch-Input::vorbis::fileinfo.c b/multimedia/beep-media-player/files/patch-Input::vorbis::fileinfo.c
index e4ddca3ff2c3..6fd3696b7ec8 100644
--- a/multimedia/beep-media-player/files/patch-Input::vorbis::fileinfo.c
+++ b/multimedia/beep-media-player/files/patch-Input::vorbis::fileinfo.c
@@ -1,5 +1,14 @@
---- Input/vorbis/fileinfo.c.orig Sat Feb 7 19:35:28 2004
-+++ Input/vorbis/fileinfo.c Sat Feb 7 19:42:05 2004
+--- Input/vorbis/fileinfo.c.orig Sat Jul 31 22:46:58 2004
++++ Input/vorbis/fileinfo.c Sat Jul 31 22:52:22 2004
+@@ -200,7 +200,7 @@
+ gchar *errorstring;
+ errorstring = g_strdup_printf(_("An error occured:\n%s"), error);
+
+- xmms_show_message_test(_("Error!"),
++ xmms_show_message(_("Error!"),
+ errorstring, _("Ok"), FALSE, NULL, NULL);
+
+ g_free(errorstring);
@@ -488,12 +488,21 @@
static GtkWidget *filename_entry, *tag_frame;