diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 16:54:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 16:54:13 +0000 |
commit | 11e7499c71e5da004d7a92bb82bf3aaed64fec9f (patch) | |
tree | 5208c94f30158595c3dc63c0d674579a6aa4a066 /textproc/unrtf | |
parent | a69e39463d310ec4c6afc3dca4a3568738dfce84 (diff) | |
download | ports-11e7499c71e5da004d7a92bb82bf3aaed64fec9f.tar.gz ports-11e7499c71e5da004d7a92bb82bf3aaed64fec9f.zip |
Notes
Diffstat (limited to 'textproc/unrtf')
-rw-r--r-- | textproc/unrtf/files/patch-src-my_iconv.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/unrtf/files/patch-src-my_iconv.c b/textproc/unrtf/files/patch-src-my_iconv.c new file mode 100644 index 000000000000..817b4c20b7f9 --- /dev/null +++ b/textproc/unrtf/files/patch-src-my_iconv.c @@ -0,0 +1,11 @@ +diff -ruN src.old/my_iconv.c src/my_iconv.c +--- src.old/my_iconv.c 2009-08-10 14:02:54.000000000 +0600 ++++ src/my_iconv.c 2009-08-10 14:03:26.000000000 +0600 +@@ -10,6 +10,7 @@ + #include "malloc.h" + #include "my_iconv.h" + #include "util.h" ++#include "unicode.h" + + my_iconv_t + my_iconv_open(const char *tocode, const char *fromcode) |