From 254d93837bbc6bcb05775a61305df5c7afd65e62 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sun, 3 Aug 2014 14:29:05 +0200 Subject: [PATCH] monsterwm-git: use our *FLAGS --- srcpkgs/monsterwm-git/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monsterwm-git/template b/srcpkgs/monsterwm-git/template index 1f7b47dcf8..a07d1c8083 100644 --- a/srcpkgs/monsterwm-git/template +++ b/srcpkgs/monsterwm-git/template @@ -1,6 +1,6 @@ # Template file for 'monsterwm-git' pkgname=monsterwm-git -version=20140531 +version=20140803 revision=1 hostmakedepends="git" makedepends="libX11-devel" @@ -21,8 +21,10 @@ do_fetch() { pre_build() { cp ${FILESDIR}/config.h config.h + sed -i 's|^CFLAGS =|CFLAGS +=|g' Makefile + sed -i 's|^LDFLAGS =|LDFLAGS +=|g' Makefile } post_install() { - vinstall LICENSE 644 usr/share/licenses/$pkgname + vinstall LICENSE 644 usr/share/licenses/monsterwm }