From 076559de68dfecbed898b3906bae091b79e49579 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 25 Jul 2008 09:08:42 +0000 Subject: - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV --- audio/sphinx3/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/sphinx3') diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index ff42b39f30ce..0071c4f3f370 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -24,8 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbas LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= MKDIR="${MKDIR}" \ - OSVERSION=${OSVERSION} \ - CXX="${CXX}" + OSVERSION=${OSVERSION} post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in -- cgit