From 272f04073843c106ad51d05af6f4dfbdd8677424 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 12 Jul 2018 04:07:24 -0300 Subject: [PATCH] telegram-desktop: add missing libatomic on armv[67]l. [ci skip] --- srcpkgs/telegram-desktop/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template index aa23dc7c3aa..67bf5a0cc67 100644 --- a/srcpkgs/telegram-desktop/template +++ b/srcpkgs/telegram-desktop/template @@ -10,7 +10,7 @@ _Catch_commit=5ca44b68721833ae3731802ed99af67c6f38a53a build_style=cmake create_wrksrc=yes build_wrksrc="tdesktop-${version}/Telegram" -cmake_builddir="build-telegram" +cmake_builddir=build-telegram configure_args="-DENABLE_CRASH_REPORTS=OFF -DENABLE_GTK_INTEGRATION=ON -DENABLE_PULSEAUDIO=ON" hostmakedepends="pkg-config qt5-qmake qt5-host-tools python" @@ -38,6 +38,7 @@ checksum="fd52433dac14a6643114e8f5ff9d38c709141bfca8461cce47fa93e9ef8b45b2 case $XBPS_TARGET_MACHINE in i686*) nodebug=yes;; # ENOMEM + armv[67]l) makedepends+=" libatomic-devel" LDFLAGS+=" -latomic" ;; *-musl) makedepends+=" libexecinfo-devel";; mips*) broken="unsupported";; esac