mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 19:22:10 +01:00
main/guile: rebuild against gmp5
This commit is contained in:
parent
441b7bd9ac
commit
26fa467fd0
@ -1,22 +1,25 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=guile
|
||||
pkgver=1.8.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
|
||||
url="http://www.gnu.org/software/guile/"
|
||||
license="GPL"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
makedepends="gmp-dev libtool ncurses-dev texinfo"
|
||||
makedepends="gmp5-dev libtool ncurses-dev texinfo"
|
||||
depends=
|
||||
install=
|
||||
source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build ()
|
||||
{
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--disable-error-on-warning || return 1
|
||||
make LDFLAGS+="-lpthread" || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user