mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libebml: Replace patch with improved version (#9036)
Use only standard integer types to fix conflicts with gerbera and mkvtoolnix on x86.
This commit is contained in:
@@ -3,10 +3,11 @@ DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
|
||||
HOMEPAGE="https://github.com/Matroska-Org/libebml/"
|
||||
COPYRIGHT="2005-2023 Matroska"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="$HOMEPAGE/archive/release-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3b30d89a5699fef4bdf5b4d7de7a1c94d9be47fababf9caca59250282f051283"
|
||||
SOURCE_DIR="libebml-release-$portVersion"
|
||||
PATCHES="libebml-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -42,10 +43,9 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build && cd build
|
||||
cmake .. $cmakeDirArgs -DBUILD_SHARED_LIBS=TRUE \
|
||||
cmake -B build $cmakeDirArgs -DBUILD_SHARED_LIBS=TRUE \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make $jobArgs
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
1931
dev-libs/libebml/patches/libebml-1.4.4.patchset
Normal file
1931
dev-libs/libebml/patches/libebml-1.4.4.patchset
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user