aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-09-02 06:16:09 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-10-25 05:44:03 +0000
commit67187437acbb01d12cffab58983c839f9819cac3 (patch)
treebfd8c8df69425b54cfb87e9da399df929b617d12 /x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h
parent6d6037ad7fdb57fa030606cd69bf52f6f3b83748 (diff)
downloadports-67187437acbb01d12cffab58983c839f9819cac3.tar.gz
ports-67187437acbb01d12cffab58983c839f9819cac3.zip
x11-toolkits/wxgtk32: GUI toolkit (wxWidgets) with GTK+ bindings
3.2 is new stable branch after 3.0, 3.1 was develop/unstable branch, so in future 3.2 have to replace 3.1 for all consumers in ports. PR: 265093 Reported by: VVD <vvd@unislabs.com> Reviewed by: rhurlin
Diffstat (limited to 'x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h')
-rw-r--r--x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h b/x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h
new file mode 100644
index 000000000000..07e063335055
--- /dev/null
+++ b/x11-toolkits/wxgtk32/files/patch-include_wx_propgrid_editors.h
@@ -0,0 +1,13 @@
+--- include/wx/propgrid/editors.h.orig 2022-10-15 19:03:21 UTC
++++ include/wx/propgrid/editors.h
+@@ -13,6 +13,10 @@
+
+ #include "wx/defs.h"
+
++#if wxUSE_BMPBUTTON
++#include "wx/bmpbndl.h"
++#endif
++
+ #if wxUSE_PROPGRID
+
+ #include "wx/window.h"