mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
brotli: add missing $secondaryArchSuffix in REQUIRES_python3.
This commit is contained in:
@@ -7,7 +7,7 @@ methods. It is similar in speed with deflate but offers more dense compression."
|
||||
HOMEPAGE="https://github.com/google/brotli"
|
||||
COPYRIGHT="2009, 2010, 2013-2018 Brotli Authors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/google/brotli/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ce94b7f48af5e8f444c3949ca93201c1b4bb40da633db084e900133ce87848db"
|
||||
SOURCE_FILENAME="brotli-$portVersion.tar.gz"
|
||||
@@ -72,7 +72,7 @@ eval "PROVIDES_${pythonPackage}=\"\
|
||||
${portName}_$pythonPackage = $portVersion\
|
||||
\"; \
|
||||
REQUIRES_$pythonPackage=\"\
|
||||
haiku\n\
|
||||
haiku$secondaryArchSuffix\n\
|
||||
cmd:python$pythonVersion\
|
||||
\""
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
|
||||
Reference in New Issue
Block a user