aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-07-20 15:41:05 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-07-20 15:41:05 +0000
commitbe9aa2493a6858c0c84f3772631f67a7f31b85b7 (patch)
treeb691dcf6a9b7f214879c75fcf55e280866e96857 /main/gcc
parent029d44e0ae214a035084d2c962ace494c1291776 (diff)
downloadaports-be9aa2493a6858c0c84f3772631f67a7f31b85b7.tar.bz2
aports-be9aa2493a6858c0c84f3772631f67a7f31b85b7.tar.xz
main/gcc: build using isl
Diffstat (limited to 'main/gcc')
-rw-r--r--main/gcc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index b0427ca837..ffabd882a7 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -8,7 +8,7 @@ _cross=""
&& _cross="-$CTARGET"
pkgname="$pkgname$_cross"
-pkgrel=3
+pkgrel=4
pkgdesc="The GNU Compiler Collection"
url="http://gcc.gnu.org"
arch="all"
@@ -16,7 +16,7 @@ license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="binutils$_cross isl"
makedepends_build="paxmark bison flex texinfo gawk zip gmp-dev mpfr-dev mpc1-dev zlib-dev"
-makedepends_host="linux-headers gmp-dev mpfr-dev mpc1-dev zlib-dev !gettext-dev"
+makedepends_host="linux-headers gmp-dev mpfr-dev mpc1-dev isl-dev zlib-dev !gettext-dev"
makedepends="$makedepends_build $makedepends_host"
subpackages=" "
[ "$CHOST" = "$CTARGET" ] && subpackages="gcc-doc$_cross"