summaryrefslogtreecommitdiffstats
path: root/news/klibido/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/klibido/Makefile')
-rw-r--r--news/klibido/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/klibido/Makefile b/news/klibido/Makefile
index 93a4f55..b36a8eb 100644
--- a/news/klibido/Makefile
+++ b/news/klibido/Makefile
@@ -23,9 +23,9 @@ USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes
USE_GETTEXT= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS}" \
- CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db44" \
- LDFLAGS="-L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS}"
+LDFLAGS+= -L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS}
+CFLAGS+= -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS}
+CXXFLAGS+= -I${LOCALBASE}/include/db44
post-install:
.if defined(NOPORTDOCS)
OpenPOWER on IntegriCloud