mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
portaudio, disable static library, remove libtool files (#7657)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="PortAudio is a free, cross-platform, audio I/O library."
|
||||
HOMEPAGE="http://www.portaudio.com"
|
||||
COPYRIGHT="1999-2021 Ross Bencina and Phil Burk"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz"
|
||||
CHECKSUM_SHA256="47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def"
|
||||
SOURCE_DIR="portaudio"
|
||||
@@ -49,7 +49,8 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoconf -f
|
||||
runConfigure ./configure --enable-cxx --enable-shared
|
||||
runConfigure ./configure --enable-cxx --enable-shared \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
@@ -59,6 +60,9 @@ INSTALL()
|
||||
|
||||
make install
|
||||
|
||||
# remove libtool files
|
||||
rm $libDir/*.la
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libportaudio libportaudiocpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user