From 7f2ec7b026b8129bed393c13bcdf1b84814b1d66 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 20 Jun 2016 00:06:00 -0400 Subject: [PATCH] xbanish: respect our LDFLAGS --- srcpkgs/xbanish/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbanish/template b/srcpkgs/xbanish/template index 6c1e385e462..0506e5920f9 100644 --- a/srcpkgs/xbanish/template +++ b/srcpkgs/xbanish/template @@ -1,7 +1,7 @@ # Template file for 'xbanish' pkgname=xbanish version=1.4 -revision=1 +revision=2 build_style=gnu-makefile makedepends="libXfixes-devel libXt-devel libXi-devel libX11-devel" short_desc="Banish the mouse cursor when typing, show it again when the mouse moves" @@ -11,6 +11,10 @@ homepage="https://github.com/jcs/xbanish" distfiles="https://github.com/jcs/xbanish/archive/v${version}.tar.gz" checksum=df90d1fe2c2215e0bdfd3b6a3151ac29553248abd293f428760f8015e82d8c64 +pre_build() { + export LIBS="$LDFLAGS" +} + do_install(){ vbin xbanish vman xbanish.1