mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/guile: put gmp-dev in depends_dev
This commit is contained in:
parent
688c8f7488
commit
9e752491bc
@ -6,15 +6,26 @@
|
||||
|
||||
pkgname=guile
|
||||
pkgver=3.0.8
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="portable, embeddable Scheme implementation written in C"
|
||||
url="https://www.gnu.org/software/guile/"
|
||||
arch="all"
|
||||
license="LGPL-3.0-or-later AND GPL-3.0-or-later"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-readline"
|
||||
makedepends="gmp-dev libtool ncurses-dev texinfo libunistring-dev libffi-dev
|
||||
gc-dev readline-dev"
|
||||
depends_dev="guile gc-dev"
|
||||
depends_dev="
|
||||
$pkgname=$pkgver-r$pkgrel
|
||||
gc-dev
|
||||
gmp-dev
|
||||
"
|
||||
makedepends="
|
||||
$depends_dev
|
||||
libffi-dev
|
||||
libtool
|
||||
libunistring-dev
|
||||
ncurses-dev
|
||||
readline-dev
|
||||
texinfo
|
||||
"
|
||||
source="https://ftp.gnu.org/gnu/guile/guile-$pkgver.tar.gz
|
||||
0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
|
||||
failing-encoding-test.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user