aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wt/wt3-2.99.0/wgooglemap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/wt/wt3-2.99.0/wgooglemap.patch')
-rw-r--r--packages/wt/wt3-2.99.0/wgooglemap.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/wt/wt3-2.99.0/wgooglemap.patch b/packages/wt/wt3-2.99.0/wgooglemap.patch
new file mode 100644
index 0000000000..071597fba6
--- /dev/null
+++ b/packages/wt/wt3-2.99.0/wgooglemap.patch
@@ -0,0 +1,15 @@
+--- wt-2.99.0/src/Wt/WGoogleMap.C.orig 2009-03-12 09:52:56.000000000 +0100
++++ wt-2.99.0/src/Wt/WGoogleMap.C 2009-03-12 10:13:21.000000000 +0100
+@@ -18,6 +18,12 @@
+ #include <sstream>
+ #include <utility>
+ #include <iostream>
++
++#if not defined(_GLIBCXX_HAVE__SINL) && not defined(acosl)
++#define cosl cos
++#define acosl acos
++#define sinl sin
++#endif
+
+ using std::string;
+ using std::vector;