summaryrefslogtreecommitdiffstats
path: root/redland/raptor/raptor-1.4.18.patch.cross
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-13 20:17:05 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-13 20:39:15 +0300
commita5203aefa57a7ef99534a28812f3b52c69ca03ed (patch)
tree29923b0f47381714bad6edb364ece4bd6410fae8 /redland/raptor/raptor-1.4.18.patch.cross
parentCross-compile lpsolve for iOS (diff)
downloadcore-a5203aefa57a7ef99534a28812f3b52c69ca03ed.tar.gz
core-a5203aefa57a7ef99534a28812f3b52c69ca03ed.zip
Cross-compile redland for iOS
Diffstat (limited to 'redland/raptor/raptor-1.4.18.patch.cross')
-rw-r--r--redland/raptor/raptor-1.4.18.patch.cross23
1 files changed, 23 insertions, 0 deletions
diff --git a/redland/raptor/raptor-1.4.18.patch.cross b/redland/raptor/raptor-1.4.18.patch.cross
new file mode 100644
index 000000000000..5262dc1b8bed
--- /dev/null
+++ b/redland/raptor/raptor-1.4.18.patch.cross
@@ -0,0 +1,23 @@
+--- misc/raptor-1.4.18/configure.ac
++++ misc/build/raptor-1.4.18/configure.ac
+@@ -295,7 +295,9 @@
+ return is_c99("1234567");
+ }], AC_MSG_RESULT(no),
+ AC_DEFINE(HAVE_C99_VSNPRINTF, 1, [vsnprint has C99 compatible return value])
+- AC_MSG_RESULT(yes))
++ AC_MSG_RESULT(yes),
++ AC_DEFINE(HAVE_C99_VSNPRINTF, 1, [vsnprint has C99 compatible return value])
++ AC_MSG_RESULT([guessing yes]))
+ fi
+
+ need_libm=no
+@@ -456,7 +458,8 @@
+ AC_DEFINE(EXPAT_UTF8_BOM_CRASH, 1, [does expat crash when it sees an initial UTF8 BOM?])
+ AC_MSG_RESULT(no)
+ AC_MSG_WARN(The available expat crashes on XML UTF-8 BOM in documents)
+- AC_MSG_WARN(Fix either by using libxml or expat 1.95.2+))
++ AC_MSG_WARN(Fix either by using libxml or expat 1.95.2+),
++ AC_MSG_RESULT(guessing yes))
+
+ else
+ AC_MSG_RESULT(no)