From f56d8ff6b0787e9775b41f94c5d91f054748963d Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 24 Jun 2015 18:00:46 +0000 Subject: [PATCH] wmutils-core: unbreak build (#1779) --- srcpkgs/wmutils-core/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wmutils-core/template b/srcpkgs/wmutils-core/template index 38c707e6c29..bb32aee9852 100644 --- a/srcpkgs/wmutils-core/template +++ b/srcpkgs/wmutils-core/template @@ -1,20 +1,18 @@ # Template file for 'wmutils-core' pkgname=wmutils-core version=1.0 -revision=1 +revision=2 makedepends="libxcb-devel" build_style=gnu-makefile -short_desc="Set of window manipulation tools " +short_desc="Set of window manipulation tools" maintainer="Ypnose " license="ISC" homepage="https://github.com/wmutils/core" distfiles="https://github.com/${pkgname%-*}/core/archive/v${version}.tar.gz" checksum=370d1149ef1362daab4da86e96b90f316b111826711a906566d3cbbcb2297683 wrksrc="${pkgname##*-}-${version}" +LDFLAGS="-lxcb" pre_build() { - sed -i 's|^CC|#CC|g' config.mk - sed -i 's|^LD +|#LD|g' config.mk - sed -i 's|^CFLAGS|#CFLAGS|g' config.mk sed -i 's|@$(LD)|@$(CC)|g' Makefile }