From 289f8890b84e8a701b3c72ba6aa48a4e0cbff3ed Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 30 Mar 2020 13:09:22 +0000 Subject: main/gcc: add libucontext-dev to gdc depends too --- main/gcc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/gcc') diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 4be10f27bf..ba4dc7ee0e 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -502,7 +502,7 @@ libgphobos() { gdc() { pkgdesc="GCC-based D language compiler" depends="gcc=$_gccrel libgphobos=$_gccrel musl-dev" - [ "$CTARGET_ARCH" == "s390x" ] && depends="$depends libucontext-dev" + depends="$depends libucontext-dev" mkdir -p "$subpkgdir"/$_gcclibdir/include/d/ \ "$subpkgdir"/usr/lib \ -- cgit v1.2.3