mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
handbrake: enable ppc64 targets
[ci skip]
This commit is contained in:
parent
ff69b22f02
commit
bece68590e
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=handbrake
|
|||
version=1.2.0
|
||||
revision=3
|
||||
wrksrc="HandBrake-${version}"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --force --disable-gtk-update-checks
|
||||
$(vopt_enable fdk_aac fdk-aac)"
|
||||
|
@ -28,7 +28,9 @@ nocross=yes
|
|||
|
||||
build_options="fdk_aac"
|
||||
|
||||
CFLAGS="-msse"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*) CFLAGS="-msse";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
# use system libraries in place of bundled ones
|
||||
|
|
Loading…
Add table
Reference in a new issue