diff options
-rw-r--r-- | audio/speex/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 66fa57987e6c..f786ce816d7e 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -27,14 +27,11 @@ USE_GNOME= gnomehack USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} INSTALLS_SHLIB= yes MAN1= speexdec.1 speexenc.1 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|doc win32|win32|g ; \ |