diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-20 00:54:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-20 00:54:13 +0800 |
commit | cfa84f408f2fa1048317b3fbee665b694209a018 (patch) | |
tree | 0ad73cdfd69a18e7baa34be6c63ed527c3170659 /textproc | |
parent | 0795c939f35fe2fbb1b45b6133b7fd3821babd0e (diff) | |
download | freebsd-ports-gnome-cfa84f408f2fa1048317b3fbee665b694209a018.tar.gz freebsd-ports-gnome-cfa84f408f2fa1048317b3fbee665b694209a018.tar.zst freebsd-ports-gnome-cfa84f408f2fa1048317b3fbee665b694209a018.zip |
- Fix build on 64 bit platform if regressions test enabled
PR: 137622
Submitted by: Alex <alexi176@mail.ru>
Feature safe: yes
Diffstat (limited to 'textproc')
-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) |