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:
Breno Leitao 2017-04-27 19:20:06 +00:00
parent 500f378f52
commit fda86691c2

View File

@ -12,6 +12,11 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
builddir="$srcdir/"$pkgname-$pkgver
prepare() {
update_config_guess
default_prepare
}
build() {
cd "$builddir"
./configure --prefix=/usr