From fa38ed02cc7ff1a59528f13db1b7dedc130b2def Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 25 Jul 2008 12:24:09 +0000 Subject: - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV --- polish/ekg2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'polish/ekg2') diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 326df18bc83e..93dd8c560599 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -40,11 +40,11 @@ CONFIGURE_ARGS+= --enable-shared \ --with-libgadu CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lintl" MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -- cgit v1.2.3