deepin-movie-reborn: fix aarch64*

This commit is contained in:
Jürgen Buchmüller 2018-07-01 20:11:42 +02:00
parent 881346137b
commit 542ac9d6d7

View file

@ -17,11 +17,11 @@ changelog="https://github.com/linuxdeepin/deepin-movie-reborn/blob/${version}/CH
distfiles="https://github.com/linuxdeepin/deepin-movie-reborn/archive/${version}.tar.gz"
checksum=25371d8407060aa791489b3c73127a1333d3396875dacc6074336dc77e8fb39a
CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
case $XBPS_TARGET_MACHINE in
arm*) broken="https://travis-ci.org/void-linux/void-packages/jobs/394936356";;
aarch64*) broken="linking against ffmpegthumbnailer fails"
aarch64*) ;;
*) CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0";;
esac
if [ "$CROSS_BUILD" ]; then