diff options
author | tron <tron> | 2003-09-21 20:39:26 +0000 |
---|---|---|
committer | tron <tron> | 2003-09-21 20:39:26 +0000 |
commit | 1ebd01209cad102e96608e2e0d272958c7a64281 (patch) | |
tree | bbf8bd7e54df330e8a7d847abd0792139d3af3ad /audio/gmp3info/patches | |
parent | fae9ed3238ec72580528e470b8040edce016daba (diff) | |
download | pkgsrc-1ebd01209cad102e96608e2e0d272958c7a64281.tar.gz |
Fix build problem with GCC 3.3.1.
Diffstat (limited to 'audio/gmp3info/patches')
-rw-r--r-- | audio/gmp3info/patches/patch-ab | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/gmp3info/patches/patch-ab b/audio/gmp3info/patches/patch-ab new file mode 100644 index 00000000000..390051b37e4 --- /dev/null +++ b/audio/gmp3info/patches/patch-ab @@ -0,0 +1,23 @@ +$NetBSD: patch-ab,v 1.1 2003/09/21 20:39:27 tron Exp $ + +--- gmp3info.c.orig 2001-07-16 11:17:16.000000000 +0200 ++++ gmp3info.c 2003-09-21 22:36:40.000000000 +0200 +@@ -484,12 +484,12 @@ + }
+
+ void about_mp3info(void) {
+- quick_popup(VERSION,"MP3Info
+- An ID3 Tag Editor\n\n
+- Original author: Ricardo Cerqueira <rmc@plug.pt>
+- Current maintainer: Cedric Tefft <cedric@earthling.net>
+- GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n
+- Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n");
++ quick_popup(VERSION,"MP3Info\n"
++ "An ID3 Tag Editor\n\n\n"
++ "Original author: Ricardo Cerqueira <rmc@plug.pt>\n"
++ "Current maintainer: Cedric Tefft <cedric@earthling.net>\n"
++ "GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n\n"
++ "Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n\n");
+ }
+
+ /* rmcc has left the building */
|