aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-30 13:09:22 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-30 13:09:22 +0000
commit289f8890b84e8a701b3c72ba6aa48a4e0cbff3ed (patch)
tree02b7a0327421165e70a789b857bd53725bf6503e /main
parentb8bddd3061477f06a0c44d00bf087043af802830 (diff)
main/gcc: add libucontext-dev to gdc depends too
Diffstat (limited to 'main')
-rw-r--r--main/gcc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index 4be10f27bfa..ba4dc7ee0e1 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 \