mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
audiofile, disable static library (#8240)
This commit is contained in:
@@ -30,7 +30,7 @@ Supported compression formats:
|
|||||||
HOMEPAGE="https://audiofile.68k.org/"
|
HOMEPAGE="https://audiofile.68k.org/"
|
||||||
COPYRIGHT="1998-2013 Michael Pruett, Chris Pirazzi, Scott Porter, Doug Scott"
|
COPYRIGHT="1998-2013 Michael Pruett, Chris Pirazzi, Scott Porter, Doug Scott"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="6"
|
REVISION="7"
|
||||||
SOURCE_URI="https://audiofile.68k.org/audiofile-$portVersion.tar.gz"
|
SOURCE_URI="https://audiofile.68k.org/audiofile-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965"
|
CHECKSUM_SHA256="cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965"
|
||||||
PATCHES="audiofile-$portVersion.patch"
|
PATCHES="audiofile-$portVersion.patch"
|
||||||
@@ -71,7 +71,7 @@ defineDebugInfoPackage audiofile$secondaryArchSuffix \
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
runConfigure ./configure
|
runConfigure ./configure --disable-static
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user