diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 1e1ffcb0777..2cc5d4a5ec3 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -39,13 +39,16 @@ CXXFLAGS="-DOPENSSL_NO_SSL3_METHOD -Wno-deprecated-declarations -fno-delete-null LDFLAGS="-pthread -fPIE" case "$XBPS_TARGET_MACHINE" in - armv[56]*) # Can't cross compile libvpx + armv5*) # Cannot cross compile libvpx (?) + ;; + armv6*) # Cannot cross compile libvpx and is currently broken + broken="Can't build vp8 for qtwebengine/chromium/ffmpeg)" ;; armv7*) # Force use of neon and enable libvpx CXXFLAGS+=" -mfpu=neon" makedepends+=" libvpx-devel" ;; - *) # Other architectures have libvpx (TODO: mips-* too?) + *) # Other architectures have libvpx (TODO: mips-* too?) makedepends+=" libvpx-devel" ;; esac