mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libid3tag, disable static library (#7631)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user