From 959566feb09d1631eb68699d72f337f64fbb3fb0 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 18:15:51 +0100 Subject: [PATCH] gst-omx: fix build on ppc64 targets --- srcpkgs/gst-omx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gst-omx/template b/srcpkgs/gst-omx/template index ad4b4f6658..a2fc793c30 100644 --- a/srcpkgs/gst-omx/template +++ b/srcpkgs/gst-omx/template @@ -13,7 +13,7 @@ distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz" checksum=969870e75c1f75c96f8783530e2c2932fc3afbfd976eb0c466f51dae268ea3d4 case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*|aarch64*) + i686*|x86_64*|aarch64*|ppc64*) # XXX bellagio target configure_args=" --with-omx-target=generic" ;;