Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2007 16:39:36 +0400
From:      Alexey Popov <lol@chistydom.ru>
To:        multimedia@freebsd.org
Subject:   Makefile.local and ffmpeg port
Message-ID:  <46CADD08.1020702@chistydom.ru>

next in thread | raw e-mail | index | archive | help
Hi.

Some time ago I could build ffmpeg port (actually ffmpeg-devel) with 
external AMR library automaticaly by putting additional configure 
arguments into Makefile.local:

===
CONFIGURE_ARGS+= --enable-amr-nb \
		--extra-ldflags=-L/usr/local/amr/lib \
		--extra-cflags=-I/usr/local/amr/include
===

But in rev.1.65 of ports/multimedia/ffmpeg/Makefile string
"include <bsd.port.pre.mk>" that reads my Makefile.local was put upper 
in Makefile. And now Makefile overwrittes my CONFIGURE_ARGS, so I can't 
add my own parameters.

What was the idea of this change? Could it be reverted?

With best regards,
Alexey Popov



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