summaryrefslogtreecommitdiff
path: root/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch')
-rw-r--r--media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch b/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
new file mode 100644
index 000000000000..9d85ad583317
--- /dev/null
+++ b/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
@@ -0,0 +1,13 @@
+--- dcpomatic-2.8.0/src/wx/wscript
++++ dcpomatic-2.8.0/src/wx/wscript
+@@ -103,8 +103,8 @@
+
+ def configure(conf):
+ try:
+- wx_config = 'wx-config-3.0-gtk2'
+- conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
++ wx_config = 'wx-config-3.0'
++ conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0',
+ package='',
+ path=wx_config,
+ args='--cppflags --cxxflags --libs std,richtext',