wxPython: don't error when setting broken=
This commit is contained in:
@@ -16,7 +16,10 @@ homepage="http://www.wxpython.org/"
|
|||||||
license="wxWindows"
|
license="wxWindows"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
||||||
checksum=d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
|
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() {
|
pre_configure() {
|
||||||
mv wxPython/wx/tools/Editra/{editra,Editra}
|
mv wxPython/wx/tools/Editra/{editra,Editra}
|
||||||
|
|||||||
Reference in New Issue
Block a user