From 8dc073ffc0180209c0ab56e0cb48b9abe9079d12 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 28 May 2016 15:38:40 +0200 Subject: [PATCH] xskat: fix pass CFLAGS and LDFLAGS. --- srcpkgs/xskat/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xskat/template b/srcpkgs/xskat/template index 9ec63c40ad0..fbb276d97b8 100644 --- a/srcpkgs/xskat/template +++ b/srcpkgs/xskat/template @@ -1,7 +1,7 @@ # Template file for 'xskat' pkgname=xskat version=4.0 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config xorg-util-macros imake xorg-cf-files gccmakedep" makedepends="libX11-devel" @@ -12,6 +12,9 @@ homepage="http://www.xskat.de" distfiles="${homepage}/${pkgname}-${version}.tar.gz" checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10 +do_build() { + make ${makejobs} CCOPTIONS="$CFLAGS" LOCAL_LDFLAGS="$LDFLAGS" +} post_install() { vman xskat.man xskat.6 }