diff --git a/srcpkgs/bamf/template b/srcpkgs/bamf/template index a1defc1e3d..30df9e55ec 100644 --- a/srcpkgs/bamf/template +++ b/srcpkgs/bamf/template @@ -20,10 +20,7 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { - case "$XBPS_TARGET_MACHINE" in - i686-musl) # Checking for python libxslt and libxml2 fails - sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;' - esac + sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;' } bamf-devel_package() {