From 88cd6dbd261a57293dd7bd4cf210b57c6d5ef7dc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 Oct 2010 07:12:05 +0200 Subject: [PATCH] faad2: pass CFLAGS via configure_args. --- srcpkgs/faad2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/faad2/template b/srcpkgs/faad2/template index 2b50d393a64..d01d9c16e05 100644 --- a/srcpkgs/faad2/template +++ b/srcpkgs/faad2/template @@ -3,8 +3,8 @@ pkgname=faad2 version=2.7 revision=1 distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2" -CFLAGS="-fPIC" build_style=gnu_configure +configure_args="CFLAGS=-fPIC" make_install_args="manmdir=/usr/share/man/man1" short_desc="AAC decoding library" maintainer="Juan RP "