From 5ba732fc812b6ccc5a40d43a1a4fd9c769bc73e0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Feb 2019 23:08:12 +0000 Subject: experimental/erlang: new package (does not pass tests) --- experimental/erlang/fix-wx-linking.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 experimental/erlang/fix-wx-linking.patch (limited to 'experimental/erlang/fix-wx-linking.patch') diff --git a/experimental/erlang/fix-wx-linking.patch b/experimental/erlang/fix-wx-linking.patch new file mode 100644 index 000000000..eb5649164 --- /dev/null +++ b/experimental/erlang/fix-wx-linking.patch @@ -0,0 +1,11 @@ +--- 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; + }; -- cgit v1.2.3-60-g2f50