diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-03-15 04:11:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-03-15 04:11:22 +0000 |
commit | 3a0ff39d29efd3843d73711ca0a5ea4d3291e9fd (patch) | |
tree | e076a2b22d0c1b9252d320804063864f96672aa4 /audio/mp3info | |
parent | Don't compress our manpage -- this enables online help in the game to (diff) |
Make this port compile with a recent gcc.
PR: 63352
Submitted by: Jamie Jones <jamie@thompson.bishopston.net>
Diffstat (limited to 'audio/mp3info')
-rw-r--r-- | audio/mp3info/files/patch-gmp3info.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/mp3info/files/patch-gmp3info.c b/audio/mp3info/files/patch-gmp3info.c new file mode 100644 index 000000000000..ce2393cb2b37 --- /dev/null +++ b/audio/mp3info/files/patch-gmp3info.c @@ -0,0 +1,21 @@ +--- gmp3info.c.orig Mon Jul 16 04:17:16 2001 ++++ gmp3info.c Sun Mar 14 22:10:09 2004 +@@ -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" ++" 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"); + }
+
+ /* rmcc has left the building */
|