From 327adeaef095d27990e7c833741e1f792fc16629 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Tue, 2 Aug 2011 10:23:28 +0000 Subject: Resolve build error under 7.x Reported by: pointyhat Approvd by: wxs (mentor) --- sysutils/scanbuttond/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/scanbuttond') diff --git a/sysutils/scanbuttond/Makefile b/sysutils/scanbuttond/Makefile index a9904d97abe4..f434522ff305 100644 --- a/sysutils/scanbuttond/Makefile +++ b/sysutils/scanbuttond/Makefile @@ -17,8 +17,8 @@ COMMENT= A daemon to monitor and configure modern scanner's buttons LICENSE= GPLv2 GNU_CONFIGURE= yes -CPPFLAGS="-I${LOCALBASE}/include" -LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= "-I${LOCALBASE}/include" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -- cgit v1.2.3