From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 21 13:39:41 2007 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C597716A46B for ; Tue, 21 Aug 2007 13:39:41 +0000 (UTC) (envelope-from lol@chistydom.ru) Received: from hermes.hw.ru (hermes.hw.ru [80.68.240.91]) by mx1.freebsd.org (Postfix) with ESMTP id 3755813C4A5 for ; Tue, 21 Aug 2007 13:39:40 +0000 (UTC) (envelope-from lol@chistydom.ru) Received: from [80.68.244.40] (account a_popov@rbc.ru [80.68.244.40] verified) by hermes.hw.ru (CommuniGate Pro SMTP 5.0.13) with ESMTPA id 183452974 for multimedia@freebsd.org; Tue, 21 Aug 2007 16:40:45 +0400 Message-ID: <46CADD08.1020702@chistydom.ru> Date: Tue, 21 Aug 2007 16:39:36 +0400 From: Alexey Popov User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Makefile.local and ffmpeg port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 13:39:41 -0000 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 " 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