Created attachment 953147 [details] patch + spec changeset Description of problem: wx-config has hardcoded list of architectures. And this list is not complete - there is no aarch64 nor ppc64le there. Version-Release number of selected component (if applicable): 3.0.1-4 How reproducible: always Steps to Reproduce: 1. build filezilla Actual results: checking for wxWidgets version >= 3.0.1 (--unicode=yes --universal=no)... ./configure: line 16131: test: too many arguments ./configure: line 16134: test: too many arguments no (version Unsupported architecture 'aarch64' is not new enough) configure: error: The requested wxWidgets build couldn't be found. Expected results: Packages depending on wxGTK3 builds. Additional info:
Thanks for the patch!