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