deepin-movie-reborn: fix aarch64*
This commit is contained in:
parent
881346137b
commit
542ac9d6d7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
distfiles="https://github.com/linuxdeepin/deepin-movie-reborn/archive/${version}.tar.gz"
|
||||||
checksum=25371d8407060aa791489b3c73127a1333d3396875dacc6074336dc77e8fb39a
|
checksum=25371d8407060aa791489b3c73127a1333d3396875dacc6074336dc77e8fb39a
|
||||||
|
|
||||||
CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=0"
|
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
arm*) broken="https://travis-ci.org/void-linux/void-packages/jobs/394936356";;
|
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
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue