mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
musepack_tools, rebuild after dropping support for gcc2 on libcuefile (#8349)
This commit is contained in:
@@ -7,15 +7,15 @@ HOMEPAGE="https://www.musepack.net/"
|
||||
COPYRIGHT="1997-2011 Andree Buschmann, Frank Klemm"
|
||||
LICENSE="BSD (3-clause)
|
||||
GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://files.musepack.net/source/musepack_src_r$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b"
|
||||
SOURCE_DIR="musepack_src_r$portVersion"
|
||||
PATCHES="musepack_tools-$portVersion.patchset
|
||||
musepack-tools-465-fno-common.patch" # from Gentoo
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
musepack_tools$secondaryArchSuffix = $portVersion
|
||||
@@ -58,7 +58,8 @@ BUILD()
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DCUEFILE_INCLUDE_DIR=/system/develop/headers \
|
||||
-DREPLAY_GAIN_INCLUDE_DIR=/system/develop/headers
|
||||
-DREPLAY_GAIN_INCLUDE_DIR=/system/develop/headers \
|
||||
-Wno-dev
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user