mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-30 15:11:57 +01:00
testing/libgnomecanvas: Build on ppc64le
Currently libgnomecanvas does not build on ppc64le due to old config.guess file. This patch just update config.guess before compiling the package.
This commit is contained in:
parent
500f378f52
commit
fda86691c2
@ -12,6 +12,11 @@ subpackages="$pkgname-dev $pkgname-doc"
|
|||||||
source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
|
source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
|
||||||
builddir="$srcdir/"$pkgname-$pkgver
|
builddir="$srcdir/"$pkgname-$pkgver
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
update_config_guess
|
||||||
|
default_prepare
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user