testing/flickcurl: fix FTBFS on ppc64le

Currently flickcurl FTBFS due to an outdate config.guess file. Updating
it to reflect the new platforms.
This commit is contained in:
Breno Leitao 2017-04-08 22:26:32 +00:00
parent 27b38015fb
commit d3246c8f85

View File

@ -12,6 +12,12 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz"
builddir="$srcdir/flickcurl-$pkgver"
prepare() {
cd "$builddir"
update_config_guess || return 1
default_prepare || return 1
}
build() {
cd "$builddir"
./configure --prefix /usr || return 1