diff options
Diffstat (limited to 'audio/vorbis-tools/files/patch-share_utf8.c')
-rw-r--r-- | audio/vorbis-tools/files/patch-share_utf8.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/vorbis-tools/files/patch-share_utf8.c b/audio/vorbis-tools/files/patch-share_utf8.c new file mode 100644 index 000000000000..ed61f1f558a9 --- /dev/null +++ b/audio/vorbis-tools/files/patch-share_utf8.c @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- share/utf8.c.orig ++++ share/utf8.c +@@ -21,6 +21,10 @@ + * Convert a string between UTF-8 and the locale's charset. + */ + ++#ifdef HAVE_CONFIG_H ++# include <config.h> ++#endif ++ + #include <stdlib.h> + #include <string.h> + |