mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
x265, fix build for 32bit (#7134)
This commit is contained in:
@@ -7,7 +7,7 @@ the bit rate. x265 is a free software project implementing that standard."
|
||||
HOMEPAGE="http://x265.org/"
|
||||
COPYRIGHT="2013-2021 x265 Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://bitbucket.org/multicoreware/x265_git/get/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5ca3403c08de4716719575ec56c686b1eb55b078c0fe50a064dcf1ac20af1618"
|
||||
# BitBucket sucks
|
||||
@@ -58,7 +58,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
defineDebugInfoPackage x265$secondaryArchSuffix \
|
||||
"$libDir"/libx265.so.$libVersion \
|
||||
"$(getPackagePrefix bin)/$relativeBinDir"/x265$secondaryArchSuffix
|
||||
"$(getPackagePrefix bin)/$relativeBinDir"/x265
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user