From 0f046b6f6f4b65a89cc29ba3f3ebf824d4e53f4a Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 28 Feb 2022 18:35:58 +0100 Subject: [PATCH] rubberband: fix libatomic condition --- srcpkgs/rubberband/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rubberband/template b/srcpkgs/rubberband/template index 8c45c08e60..00e80b696b 100644 --- a/srcpkgs/rubberband/template +++ b/srcpkgs/rubberband/template @@ -14,7 +14,7 @@ changelog="https://breakfastquay.com/news.html" distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2" checksum=b9eac027e797789ae99611c9eaeaf1c3a44cc804f9c8a0441a0d1d26f3d6bdf9 -if [ "$CROSS_BUILD" ]; then +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" LDFLAGS+=" -latomic" fi