diff --git a/media-libs/libid3tag/libid3tag-0.15.1b.recipe b/media-libs/libid3tag/libid3tag-0.15.1b.recipe index 252c0bf70..f058de3bc 100644 --- a/media-libs/libid3tag/libid3tag-0.15.1b.recipe +++ b/media-libs/libid3tag/libid3tag-0.15.1b.recipe @@ -4,7 +4,7 @@ ID3v1 and the various versions of ID3v2." HOMEPAGE="http://www.underbit.com/products/mad/" COPYRIGHT="2000-2004 Underbit Technologies, Inc." LICENSE="GNU GPL v2" -REVISION="6" +REVISION="7" SOURCE_URI="ftp://ftp.mars.org/pub/mpeg/libid3tag-$portVersion.tar.gz" CHECKSUM_SHA256="63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151" PATCHES="libid3tag-$portVersion.patchset" @@ -46,7 +46,7 @@ BUILD() { touch AUTHORS ChangeLog NEWS autoreconf -vfi - runConfigure ./configure + runConfigure ./configure --disable-static make }