wmname: use CFLAGS of xbps-src.

This commit is contained in:
Enno Boland 2016-02-25 10:18:08 +01:00
parent 261500f69d
commit 0dd3590f15

View file

@ -13,5 +13,5 @@ checksum=559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5
do_build() {
sed -e '/strip/d' -i Makefile
make CC=$CC INCS=-I. LDFLAGS="-lX11 $LDFLAGS"
make CC=$CC INCS=-I. LDFLAGS="-lX11 $LDFLAGS" CFLAGS="$CFLAGS -DVERSION=\\\"$version\\\""
}