diff options
Diffstat (limited to 'audio/sphinx3/Makefile')
-rw-r--r-- | audio/sphinx3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index 2a293443d7bf..a6877c2ba311 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -19,8 +19,8 @@ USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS=libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbase" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/sphinxbase +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MKDIR="${MKDIR}" \ OSVERSION=${OSVERSION} |