summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2006-05-18 16:42:31 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2006-05-18 16:42:31 +0000
commit456ebe191c4d4790ba81c3503501ad49e727f083 (patch)
tree3eed3b88b2735838726aec8ea024378c2d131802 /audio
parent- Add VuXML entry for vnc 4.1.1 (diff)
- Use configure script --with-ogg-dir argument to specify devel/libogg
dependency location instead of explicitly passing modified CPPFLAGS and LDFLAGS variables. This gives configure script a chance to do the right thing when detecting libogg if ${LOCALBASE} != "/usr/local" PR: ports/97464 Submitted by: sergei Approved by: ahze (maintainer)
Notes
Notes: svn path=/head/; revision=162719
Diffstat (limited to 'audio')
-rw-r--r--audio/speex/Makefile5
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 ; \