mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
sox, disable static library (#8264)
This commit is contained in:
@@ -6,7 +6,7 @@ bonus, SoX can play and record audio files on most platforms."
|
||||
HOMEPAGE="http://sox.sourceforge.net"
|
||||
COPYRIGHT="1991-2015 Lance Norskog"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://downloads.sf.net/sox/sox-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c"
|
||||
PATCHES="sox-$portVersion.patchset"
|
||||
@@ -67,7 +67,7 @@ BUILD_REQUIRES="
|
||||
devel:libwavpack$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -79,7 +79,7 @@ defineDebugInfoPackage sox$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libsox
|
||||
prepareInstalledDevelLib libsox
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user