aboutsummaryrefslogtreecommitdiff
path: root/devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2008-03-31 20:40:44 +0000
committerMax Khon <fjoe@FreeBSD.org>2008-03-31 20:40:44 +0000
commit7cea41e00e0e37f004efede82f59930739a0d8ef (patch)
tree373afb755e894692f1fb31ae57d690dd60b21e2a /devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc
parent3475c4dbe1c20e7f71976730d5e78c4aea649056 (diff)
downloadports-7cea41e00e0e37f004efede82f59930739a0d8ef.tar.gz
ports-7cea41e00e0e37f004efede82f59930739a0d8ef.zip
Notes
Diffstat (limited to 'devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc')
-rw-r--r--devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc
new file mode 100644
index 000000000000..525ece6d823e
--- /dev/null
+++ b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-utf_conv.cc
@@ -0,0 +1,11 @@
+--- libiqxmlrpc/utf_conv.cc.orig 2007-04-07 00:27:29.000000000 +0700
++++ libiqxmlrpc/utf_conv.cc 2008-04-01 03:27:31.000000000 +0700
+@@ -89,7 +89,7 @@
+ size_t ileft = ilen;
+ size_t oleft = olen;
+
+-#if defined (_WINDOWS) || defined (__CYGWIN__)
++#if defined(_LIBICONV_VERSION)
+ const char* ibuf = s.c_str();
+ #else
+ char* ibuf = const_cast<char*>(s.c_str());