diff options
Diffstat (limited to 'audio/deadbeef/files/patch-junklib.c')
-rw-r--r-- | audio/deadbeef/files/patch-junklib.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/deadbeef/files/patch-junklib.c b/audio/deadbeef/files/patch-junklib.c new file mode 100644 index 00000000000..d2b4e205855 --- /dev/null +++ b/audio/deadbeef/files/patch-junklib.c @@ -0,0 +1,10 @@ +--- junklib.c.orig 2014-07-31 19:03:51 UTC ++++ junklib.c +@@ -32,7 +32,6 @@ + #include <stdlib.h> + #include <string.h> + #if HAVE_ICONV +- #define LIBICONV_PLUG + #include <iconv.h> + #elif HAVE_ICU + #warning icu |