summaryrefslogtreecommitdiff
path: root/experimental/erlang/fix-wx-linking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/erlang/fix-wx-linking.patch')
-rw-r--r--experimental/erlang/fix-wx-linking.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/experimental/erlang/fix-wx-linking.patch b/experimental/erlang/fix-wx-linking.patch
deleted file mode 100644
index eb5649164..000000000
--- a/experimental/erlang/fix-wx-linking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- otp_src_21.2/lib/wx/configure.old 2018-12-10 20:11:00.000000000 +0000
-+++ otp_src_21.2/lib/wx/configure 2019-02-24 22:16:37.340000000 +0000
-@@ -5765,7 +5765,7 @@
- // it isn't in too old wxWidgets versions
- wxString test = wxString::FromUTF8((const char *)"foo");
- wxStyledTextCtrl * foo = new wxStyledTextCtrl();
-- wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1,
-+ wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1, NULL,
- wxDefaultPosition,wxDefaultSize,0);
- return true;
- };