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