aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk30
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-05-23 16:25:21 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-05-23 16:25:21 +0000
commit433a48154facf6cb3a713d869a92d815ed6ad548 (patch)
tree8c430663b73ad1ba6d34a2633d24aa18bc3a0848 /x11-toolkits/wxgtk30
parentc36b984a491ab8fefde714f08fc48f1d5323d051 (diff)
downloadports-433a48154facf6cb3a713d869a92d815ed6ad548.tar.gz
ports-433a48154facf6cb3a713d869a92d815ed6ad548.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk30')
-rw-r--r--x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx b/x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx
new file mode 100644
index 000000000000..02b965cf11be
--- /dev/null
+++ b/x11-toolkits/wxgtk30/files/patch-src_stc_scintilla_src_Editor.cxx
@@ -0,0 +1,10 @@
+--- src/stc/scintilla/src/Editor.cxx.orig 2014-10-06 21:33:44 UTC
++++ src/stc/scintilla/src/Editor.cxx
+@@ -16,6 +16,7 @@
+ #include <map>
+ #include <algorithm>
+ #include <memory>
++#include <cmath>
+
+ #include "Platform.h"
+