xskat: fix pass CFLAGS and LDFLAGS.

This commit is contained in:
Christian Neukirchen 2016-05-28 15:38:40 +02:00
parent ef3c345a8b
commit 8dc073ffc0
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'xskat' # Template file for 'xskat'
pkgname=xskat pkgname=xskat
version=4.0 version=4.0
revision=3 revision=4
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros imake xorg-cf-files gccmakedep" hostmakedepends="pkg-config xorg-util-macros imake xorg-cf-files gccmakedep"
makedepends="libX11-devel" makedepends="libX11-devel"
@ -12,6 +12,9 @@ homepage="http://www.xskat.de"
distfiles="${homepage}/${pkgname}-${version}.tar.gz" distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10 checksum=8ba52797ccbd131dce69b96288f525b0d55dee5de4008733f7a5a51deb831c10
do_build() {
make ${makejobs} CCOPTIONS="$CFLAGS" LOCAL_LDFLAGS="$LDFLAGS"
}
post_install() { post_install() {
vman xskat.man xskat.6 vman xskat.man xskat.6
} }