diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:08:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:08:42 +0000 |
commit | 29e60de039059cd697abb725e3e70e909ad58f64 (patch) | |
tree | 76be26955dcd9729ca0688962ebf588224266c59 /audio/sphinxbase | |
parent | - Chase cpp-xmms2 update (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r-- | audio/sphinxbase/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 52e571c02346..0cb09061b8ef 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -23,8 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ 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.am |