diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-05-18 16:42:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-05-18 16:42:31 +0000 |
commit | 456ebe191c4d4790ba81c3503501ad49e727f083 (patch) | |
tree | 3eed3b88b2735838726aec8ea024378c2d131802 /audio/speex | |
parent | 9d781e10f04a30f90ce0d0dde306e5c73bb258b1 (diff) | |
download | ports-456ebe191c4d4790ba81c3503501ad49e727f083.tar.gz ports-456ebe191c4d4790ba81c3503501ad49e727f083.zip |
Notes
Diffstat (limited to 'audio/speex')
-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 ; \ |