Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 16:40:09 -0700
From:      Adam Weinberger <adam@vectors.cx>
To:        Clint Olsen <clint@0lsen.net>
Cc:        Adam Weinberger <adam@vectors.cx>, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/42306: Unable to build avifile-0.7.11-20020711 in ports collection
Message-ID:  <20020902234009.GU56964@vectors.cx>
In-Reply-To: <20020902231103.GA88842@0lsen.net>
References:  <200209022210.g82MA4LZ047205@freefall.freebsd.org> <20020902222010.GS56964@vectors.cx> <20020902231103.GA88842@0lsen.net>

next in thread | previous in thread | raw e-mail | index | archive | help
i'm a bit mystifyed as to why this isn't working for you. after you make
configure, grep A52_LIBS work/avifile0.7-0.7.11/player/Makefile
you should see:
A52_LIBS = -L/usr/local/lib  -L/usr/local/lib -ldjbfft -lm -la52

if you don't see the -ldjbfft, then run a52dec and see if
"Using djbfft for IMDCT transform" appears as a message.

if you still get these errors, you can always spoof the build system
with:

post-patch:
	${REINPLACE_CMD} -e 's/@A52_LIBS@/@A52_LIBS@ -ldjbfft/'

fwiw, it works fine for me. keep in mind that audio/liba52 can be
compiled with WITHOUT_DJBFFT, but that isn't the default. did you
compile it as such?

do you have the djbfft-0.76 package installed?

-Adam


>> (09.02.2002 @ 1611 PST): Clint Olsen said, in 0.3K: <<
> Adam:
> 
> Ok, so how do I go about shoe-horning this into build system?  It's
> impossible to decipher.
> 
> -Clint
> 
> On Sep 02, Adam Weinberger wrote:
> > FWIW: you need to link against -ldjbfft, a part of /usr/ports/math/djbfft.
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message
> 
>> end of "Re: ports/42306: Unable to build avifile-0.7.11-20020711 in ports collection" from Clint Olsen <<


--
"Oh good, my dog found the chainsaw."
        -Lilo, "Lilo & Stitch"
Adam Weinberger
adam@vectors.cx
http://vectors.cx


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902234009.GU56964>