aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 3a8af4b84771..e9a3807accaa 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAN1= speexdec.1 speexenc.1