summaryrefslogtreecommitdiffstats
path: root/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp')
-rw-r--r--editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
new file mode 100644
index 000000000..dd1f65d72
--- /dev/null
+++ b/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
@@ -0,0 +1,11 @@
+--- src/af/util/xp/ut_iconv.cpp.orig Fri Jan 2 16:00:33 2004
++++ src/af/util/xp/ut_iconv.cpp Fri Jan 2 16:08:03 2004
+@@ -67,7 +67,7 @@
+ #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \
+ (defined (__MACH__) && defined (__APPLE__)) || \
+ (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \
+-defined(__BEOS__) || defined (__AIX__) || \
++defined(__BEOS__) || defined (__AIX__) || defined (__FreeBSD__) || \
+ (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1))
+
+ #define ICONV_CONST const