From 7e1d8beb97fe50e8b663e89eaac57c21aa84ea52 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 24 Jul 2023 18:21:48 +0000 Subject: Adding metadata --- .../wxpython/files/wxpython-4.0.6-no-webkit.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-python/wxpython/files/wxpython-4.0.6-no-webkit.patch (limited to 'dev-python/wxpython/files/wxpython-4.0.6-no-webkit.patch') diff --git a/dev-python/wxpython/files/wxpython-4.0.6-no-webkit.patch b/dev-python/wxpython/files/wxpython-4.0.6-no-webkit.patch deleted file mode 100644 index 795de3a933ff..000000000000 --- a/dev-python/wxpython/files/wxpython-4.0.6-no-webkit.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ru wxPython-4.0.5-orig/wscript wxPython-4.0.5/wscript ---- wxPython-4.0.5-orig/wscript 2019-05-18 22:03:12.000000000 -0400 -+++ wxPython-4.0.5/wscript 2019-05-22 07:59:46.522966555 -0400 -@@ -230,15 +230,6 @@ - uselib_store='WXGL', mandatory=True, - msg='Finding libs for WXGL') - -- if cfg.checkSetup(wxConfigDir, 'wxUSE_WEBVIEW'): -- wv_libs = '--libs webview,core,net' -- else: -- wv_libs = '--libs core,net' -- conf.check_cfg(path=conf.options.wx_config, package='', -- args='--cxxflags ' + wv_libs + rpath, -- uselib_store='WXWEBVIEW', mandatory=True, -- msg='Finding libs for WXWEBVIEW') -- - if isDarwin: - conf.check_cfg(path=conf.options.wx_config, package='', - args='--cxxflags --libs core,net' + rpath, -@@ -591,7 +582,6 @@ - makeETGRule(bld, 'etg/_stc.py', '_stc', 'WXSTC') - makeETGRule(bld, 'etg/_html.py', '_html', 'WXHTML') - makeETGRule(bld, 'etg/_glcanvas.py', '_glcanvas', 'WXGL') -- makeETGRule(bld, 'etg/_html2.py', '_html2', 'WXWEBVIEW') - makeETGRule(bld, 'etg/_xml.py', '_xml', 'WXXML') - makeETGRule(bld, 'etg/_xrc.py', '_xrc', 'WXXRC') - makeETGRule(bld, 'etg/_richtext.py', '_richtext', 'WXHTML WXRICHTEXT') -- cgit v1.3.1