summaryrefslogtreecommitdiff
path: root/user/erlang/fix-wx-linking.patch
blob: e1e8d4333f2dfe7f750da22296006eb4395ad9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- otp-OTP-22.0.7/lib/wx/configure.in.old	2019-07-10 16:05:15.000000000 +0000
+++ otp-OTP-22.0.7/lib/wx/configure.in	2019-08-07 01:00:20.532799505 +0000
@@ -650,7 +650,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;
                   };