summaryrefslogtreecommitdiff
path: root/audio/streamripper/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/streamripper/patches/patch-ad')
-rw-r--r--audio/streamripper/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/streamripper/patches/patch-ad b/audio/streamripper/patches/patch-ad
new file mode 100644
index 00000000000..f7565369dee
--- /dev/null
+++ b/audio/streamripper/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2015/02/19 00:20:47 wiz Exp $
+
+--- ./lib/mchar.c.orig 2008-12-11 05:48:39.000000000 +0100
++++ ./lib/mchar.c
+@@ -48,7 +48,7 @@
+ #define vsnprintf _vsnprintf
+ // #define vswprintf _vsnwprintf
+ #else
+- #define ICONV_WCHAR "WCHAR_T"
++ #define ICONV_WCHAR "ucs-4"
+ /* This prototype is missing in some systems */
+ // int vswprintf (wchar_t * ws, size_t n, const wchar_t * format, va_list arg);
+ #endif