summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-05-18 17:48:14 +0000
committerahze <ahze@FreeBSD.org>2006-05-18 17:48:14 +0000
commit890de94c221203ae0d7a2edc0f30f866b9ea283c (patch)
treeabc8e727359348c7643f5eebedcc3e02cdd794e6 /audio
parent1cca64d1a39dc65962feecc579845aa678565ac2 (diff)
downloadFreeBSD-ports-890de94c221203ae0d7a2edc0f30f866b9ea283c.zip
FreeBSD-ports-890de94c221203ae0d7a2edc0f30f866b9ea283c.tar.gz
- Merge changes from audio/speex
Use configure script --with-ogg-dir argument to specify devel/libogg Submitted by: sergei (from audio/speex)
Diffstat (limited to 'audio')
-rw-r--r--audio/speex-devel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile
index 838919e..2b16265 100644
--- a/audio/speex-devel/Makefile
+++ b/audio/speex-devel/Makefile
@@ -24,14 +24,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
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
OpenPOWER on IntegriCloud