From aee1415c60ee945c8e8caf322a291e58ab4fde4c Mon Sep 17 00:00:00 2001 From: Farhad Shahbazi Date: Sun, 5 Jul 2015 12:14:18 +0200 Subject: [PATCH] vorbisgain: enable recursive flag --- srcpkgs/vorbisgain/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vorbisgain/template b/srcpkgs/vorbisgain/template index 8984f9185ea..ea0095ed268 100644 --- a/srcpkgs/vorbisgain/template +++ b/srcpkgs/vorbisgain/template @@ -1,8 +1,9 @@ # Template file for 'vorbisgain' pkgname="vorbisgain" version="0.37" -revision=1 +revision=2 build_style=gnu-configure +configure_args="--enable-recursive" hostmakedepends="pkg-config" makedepends="libvorbis-devel" short_desc="A utility that computes the ReplayGain values for Ogg Vorbis files"