From 49771ba12993219f8a1eb8950089b591887360e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 6 Sep 2023 22:36:22 +0700 Subject: [PATCH] mold: remove libatomic-devel from makedepends --- srcpkgs/mold/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/mold/template b/srcpkgs/mold/template index 2ecd563cba4..d3497a5afec 100644 --- a/srcpkgs/mold/template +++ b/srcpkgs/mold/template @@ -16,11 +16,6 @@ homepage="https://github.com/rui314/mold" distfiles="https://github.com/rui314/mold/archive/refs/tags/v${version}.tar.gz" checksum=a32bec1282671b18ea4691855aed925ea2f348dfef89cb7689cd81273ea0c5df -if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - makedepends+=" libatomic-devel" - configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic" -fi - post_install() { vlicense LICENSE rm -v ${DESTDIR}/usr/share/doc/mold/LICENSE