From 67f0d66bcc7f22d53d3b00a97fc0c98eaf411430 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Sep 2014 14:47:28 +0000 Subject: testing/xulrunner: add xulrunner-32.0 --- testing/xulrunner/getchar.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/xulrunner/getchar.patch (limited to 'testing/xulrunner/getchar.patch') diff --git a/testing/xulrunner/getchar.patch b/testing/xulrunner/getchar.patch new file mode 100644 index 0000000000..981206b971 --- /dev/null +++ b/testing/xulrunner/getchar.patch @@ -0,0 +1,14 @@ +--- ./media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig ++++ ./media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp +@@ -21,6 +21,11 @@ + #include "constants.hpp" + #include + ++/* prevent the getchar macro from stdio to take preference over the local var */ ++#if defined(__UCLIBC__) ++#undef getchar ++#endif ++ + namespace boost { + namespace detail { + //This only works on unsigned data types -- cgit v1.2.3