aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-03-15 12:11:22 +0800
committerpetef <petef@FreeBSD.org>2004-03-15 12:11:22 +0800
commit8f19a96f7b2ea0dd6bdf5ce623ee65935b19a372 (patch)
treef7c87492edfdef9b45721a63639d5392d917ea8e
parentfd578a229bd0019db84f7afcc74239c8a47d004b (diff)
downloadfreebsd-ports-gnome-8f19a96f7b2ea0dd6bdf5ce623ee65935b19a372.tar.gz
freebsd-ports-gnome-8f19a96f7b2ea0dd6bdf5ce623ee65935b19a372.tar.zst
freebsd-ports-gnome-8f19a96f7b2ea0dd6bdf5ce623ee65935b19a372.zip
Make this port compile with a recent gcc.
PR: 63352 Submitted by: Jamie Jones <jamie@thompson.bishopston.net>
-rw-r--r--audio/mp3info/files/patch-gmp3info.c21
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 */