From 673a3d77475430034fb318bdbbf795256fdf24fa Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 24 Sep 2018 21:26:30 -0300 Subject: [PATCH] fbv: fix build_style - Switch to configure - Respect configure_args - Remove redundant --prefix=/usr - Remove wrong --bindir=/usr/sbin --- srcpkgs/fbv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fbv/template b/srcpkgs/fbv/template index 4868501a3f0..85d66b86777 100644 --- a/srcpkgs/fbv/template +++ b/srcpkgs/fbv/template @@ -2,7 +2,7 @@ pkgname=fbv version=1.0b revision=1 -build_style=gnu-configure +build_style=configure makedepends="libpng-devel libjpeg-turbo-devel giflib-devel" short_desc="Framebuffer image viewer" maintainer="Duncaen " @@ -17,7 +17,7 @@ do_configure() { sed -i "s/^CC.*/CC=${XBPS_CROSS_TRIPLET}-gcc/" Makefile sed -i "s/^cc/${XBPS_CROSS_TRIPLET}-gcc/" configure fi - ./configure --prefix=/usr --bindir=/usr/sbin --libs="-lgif" + ./configure ${configure_args} --libs="-lgif" } do_install() {