From 9a2ba436ded5652bc5e2b626021f740ddc475669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:12:41 +0200 Subject: [PATCH] vte3: enable gir/vala for all architectures --- srcpkgs/vte3/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template index a37f9a114cb..e90b47e04bb 100644 --- a/srcpkgs/vte3/template +++ b/srcpkgs/vte3/template @@ -1,7 +1,7 @@ # Template file for 'vte3' pkgname=vte3 version=0.56.1 -revision=2 +revision=3 wrksrc="vte-${version}" build_style=gnu-configure build_helper="gir" @@ -23,13 +23,7 @@ CXXFLAGS="-Wno-error=format=" # Package build options build_options="gir vala" - -case "$XBPS_TARGET_MACHINE" in - i686-musl|x86_64-musl) build_options_default+=" gir vala" ;; - *-musl) ;; - armv*|aarch64) ;; - *) build_options_default+=" gir vala" ;; -esac +build_options_default="gir vala" pre_build() { export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"