diff options
-rw-r--r-- | testing/handbrake/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/handbrake/APKBUILD b/testing/handbrake/APKBUILD index 2f1fb6578b..2c06c049d0 100644 --- a/testing/handbrake/APKBUILD +++ b/testing/handbrake/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.7 pkgrel=3 pkgdesc="Handbrake video transcoder" url="https://handbrake.fr" -arch="x86_64 x86 armhf" +arch="x86_64 x86 armhf ppc64le" license="GPL2" makedepends="yasm autoconf libtool zlib-dev libbz2 libogg-dev libtheora-dev libvorbis-dev libsamplerate-dev fribidi-dev freetype-dev @@ -25,6 +25,7 @@ options="!check" builddir="$srcdir"/${_pkgname}-${pkgver} prepare() { + update_config_guess cd "$builddir" default_prepare # build against external libs |