From 542ac9d6d754762a422fb4f9d251c557d442ed04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 1 Jul 2018 20:11:42 +0200 Subject: [PATCH] deepin-movie-reborn: fix aarch64* --- srcpkgs/deepin-movie-reborn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/deepin-movie-reborn/template b/srcpkgs/deepin-movie-reborn/template index bcbd541581..014a5a2b6f 100644 --- a/srcpkgs/deepin-movie-reborn/template +++ b/srcpkgs/deepin-movie-reborn/template @@ -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