summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
Diffstat (limited to 'geography')
-rw-r--r--geography/opencpn/patches/patch-src_wxcurl_base.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/geography/opencpn/patches/patch-src_wxcurl_base.cpp b/geography/opencpn/patches/patch-src_wxcurl_base.cpp
new file mode 100644
index 00000000000..555698d4429
--- /dev/null
+++ b/geography/opencpn/patches/patch-src_wxcurl_base.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_wxcurl_base.cpp,v 1.1 2019/03/25 11:57:29 bouyer Exp $
+
+--- src/wxcurl/base.cpp.orig 2019-02-22 14:45:09.299106561 +0100
++++ src/wxcurl/base.cpp 2019-02-22 14:45:12.375254626 +0100
+@@ -28,6 +28,7 @@
+
+ #include <wx/curl/base.h>
+ #include <wx/filename.h>
++#include <cmath> // for isnan
+
+
+ //////////////////////////////////////////////////////////////////////