Skip to content
Snippets Groups Projects
Commit fe415980 authored by Roberto Oliveira's avatar Roberto Oliveira
Browse files

testing/icoutils: fix build on ppc64le

run update_config_guess to fix ppc64le build
parent f61ff84c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: TBK <alpine@jjtc.eu> # Maintainer: TBK <alpine@jjtc.eu>
pkgname=icoutils pkgname=icoutils
pkgver=0.32.3 pkgver=0.32.3
pkgrel=0 pkgrel=1
pkgdesc="Extracts and converts images in MS Windows(R) icon and cursor files." pkgdesc="Extracts and converts images in MS Windows(R) icon and cursor files."
url="https://www.nongnu.org/icoutils/" url="https://www.nongnu.org/icoutils/"
arch="all" arch="all"
...@@ -13,6 +13,11 @@ makedepends="automake autoconf libtool libpng-dev" ...@@ -13,6 +13,11 @@ makedepends="automake autoconf libtool libpng-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://download.savannah.gnu.org/releases/icoutils/$pkgname-$pkgver.tar.bz2" source="https://download.savannah.gnu.org/releases/icoutils/$pkgname-$pkgver.tar.bz2"
prepare() {
default_prepare
update_config_guess
}
build() { build() {
cd "$builddir" cd "$builddir"
./configure \ ./configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment