wxPython: don't error when setting broken=
This commit is contained in:
parent
1524bbe8e4
commit
ec6a70d174
1 changed files with 4 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue