diff options
author | cube <cube@pkgsrc.org> | 2003-10-11 21:55:24 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-10-11 21:55:24 +0000 |
commit | a5d17f611b47f8867c05072e22cab517df84820a (patch) | |
tree | c82ba17ef00e8ef9c81aff10287c4f881948afcd /audio | |
parent | 9b0ff4ec8ec56642e5cd73e59342115c7c3f57bd (diff) | |
download | pkgsrc-a5d17f611b47f8867c05072e22cab517df84820a.tar.gz |
There is a bogus definition of gettext in src/main.cc. Since that function
is actually never used (only in commented blocks), comment it also.
Fixes PR pkg/21803.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/distinfo | 4 | ||||
-rw-r--r-- | audio/mp3blaster/patches/patch-ag | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/audio/mp3blaster/distinfo b/audio/mp3blaster/distinfo index ec84699c7df..c2c2e49344f 100644 --- a/audio/mp3blaster/distinfo +++ b/audio/mp3blaster/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/09/30 09:43:59 cube Exp $ +$NetBSD: distinfo,v 1.5 2003/10/11 21:55:24 cube Exp $ SHA1 (mp3blaster-3.1.3.tar.gz) = 516f0b55443c9b7035ef2a82903b369c13a8f001 Size (mp3blaster-3.1.3.tar.gz) = 273688 bytes @@ -8,7 +8,7 @@ SHA1 (patch-ac) = 859ad4b9ea4a501be08672142f1fed462abaa707 SHA1 (patch-ad) = b181950ed46cb29508f75a9e681038a66444b48d SHA1 (patch-ae) = 74e28ada4059863c51eb7590b28c58a3b07bb1c2 SHA1 (patch-af) = bc48687a1e08d1884f79d5e0b5835f60435ea0a2 -SHA1 (patch-ag) = 3f8d5320cac1f76c1c43fd53bda1cdf5bc4ae08b +SHA1 (patch-ag) = e1e3a921b45e46c688c1466f8de3970d8fc0bd38 SHA1 (patch-ah) = 8dfd9c60b113a925187187100b785bb99d5f4722 SHA1 (patch-ai) = 6a95a0ff24b09e4bc3b13cc5a09336f43a03bcbd SHA1 (patch-aj) = db1484dbbb10e951dd88b1b40bedafe3c6ede174 diff --git a/audio/mp3blaster/patches/patch-ag b/audio/mp3blaster/patches/patch-ag index 85004864393..c47a82a13f0 100644 --- a/audio/mp3blaster/patches/patch-ag +++ b/audio/mp3blaster/patches/patch-ag @@ -1,4 +1,4 @@ -$NetBSD: patch-ag,v 1.1 2003/09/30 09:44:00 cube Exp $ +$NetBSD: patch-ag,v 1.2 2003/10/11 21:55:24 cube Exp $ --- src/main.cc.orig 2002-10-20 16:19:08.000000000 +0200 +++ src/main.cc @@ -15,3 +15,13 @@ $NetBSD: patch-ag,v 1.1 2003/09/30 09:44:00 cube Exp $ #endif #ifdef HAVE_ERRNO_H #include <errno.h> +@@ -133,7 +133,9 @@ void usage(); + void show_help(); + void draw_static(int file_mode=0); + void draw_settings(int cleanit=0); ++#if 0 + char *gettext(const char *label, short display_path=0); ++#endif + void fw_getpath(char *, void *); + void fw_convmp3(char *, void *); + void fw_addurl(char *, void *); |