wxPython: don't error when setting broken=

This commit is contained in:
Michael Gehring 2017-11-27 14:51:07 +00:00
parent 1524bbe8e4
commit ec6a70d174

View File

@ -16,7 +16,10 @@ homepage="http://www.wxpython.org/"
license="wxWindows"
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
checksum=d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
[ "${CROSS_BUILD}" ] && broken="wxWidgets can't be properly cross compiled"
if [ -n "${CROSS_BUILD}" ]; then
broken="wxWidgets can't be properly cross compiled"
fi
pre_configure() {
mv wxPython/wx/tools/Editra/{editra,Editra}