aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sphinx3
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 17:08:42 +0800
committerpav <pav@FreeBSD.org>2008-07-25 17:08:42 +0800
commit076559de68dfecbed898b3906bae091b79e49579 (patch)
treed1762456f7e3d0315d66bf83cdf83116b3a72f04 /audio/sphinx3
parentdca2020b79abcfa44fb0ee917be91af8fbce720c (diff)
downloadfreebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.tar.gz
freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.tar.zst
freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'audio/sphinx3')
-rw-r--r--audio/sphinx3/Makefile3
1 files changed, 1 insertions, 2 deletions
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