summaryrefslogtreecommitdiffstats
path: root/audio/gqradio/gqradio-1.9.2-ftbfs.patch
diff options
context:
space:
mode:
author Zbigniew Baniewski <zb@jabster.pl>2014-11-12 08:49:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-12 08:49:58 +0700
commitdb17555e8c373bceea971e3de8da8b314e74b827 (patch)
tree2012c593bae4ab7331c988aa203f49b3800f026b /audio/gqradio/gqradio-1.9.2-ftbfs.patch
parentfe325eaa357079b7c9f36008ac1cf5f1f9829da1 (diff)
downloadslackbuilds-db17555e8c373bceea971e3de8da8b314e74b827.tar.gz
slackbuilds-db17555e8c373bceea971e3de8da8b314e74b827.tar.xz
audio/gqradio: Add patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/gqradio/gqradio-1.9.2-ftbfs.patch')
-rw-r--r--audio/gqradio/gqradio-1.9.2-ftbfs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gqradio/gqradio-1.9.2-ftbfs.patch b/audio/gqradio/gqradio-1.9.2-ftbfs.patch
new file mode 100644
index 0000000000..8ac9506759
--- /dev/null
+++ b/audio/gqradio/gqradio-1.9.2-ftbfs.patch
@@ -0,0 +1,12 @@
+diff -Naur gqradio-1.9.2/src/ui_fileops.c gqradio-1.9.2-new/src/ui_fileops.c
+--- gqradio-1.9.2/src/ui_fileops.c 2005-02-22 20:40:49.000000000 -0300
++++ gqradio-1.9.2-new/src/ui_fileops.c 2014-05-05 21:52:18.121233702 -0300
+@@ -44,7 +44,7 @@
+ gchar *text_l;
+
+ text_l = g_locale_from_utf8(text_utf8, -1, NULL, NULL, NULL);
+- printf((text_l) ? text_l : text_utf8);
++ printf("%s", (text_l) ? text_l : text_utf8);
+ g_free(text_l);
+ }
+