mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libmkv, disable static library (#7646)
This commit is contained in:
@@ -6,7 +6,7 @@ portable."
|
||||
HOMEPAGE="https://github.com/saintdev/libmkv"
|
||||
COPYRIGHT="2007 libmkv"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="https://github.com/saintdev/libmkv/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="41f08a08bab354f9834fda1dcdd1dcf4a0c67ad18021eb980f808654464cef00"
|
||||
SOURCE_FILENAME="libmkv-$portVersion.tar.gz"
|
||||
@@ -45,7 +45,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap.sh
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user