From 890de94c221203ae0d7a2edc0f30f866b9ea283c Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 18 May 2006 17:48:14 +0000 Subject: - Merge changes from audio/speex Use configure script --with-ogg-dir argument to specify devel/libogg Submitted by: sergei (from audio/speex) --- audio/speex-devel/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 .if ${OSVERSION} < 500000 -- cgit v1.1