Fix reference to correct clang version for 32bit Haiku (#5817)

This commit is contained in:
Schrijvers Luc
2021-04-05 19:04:16 +02:00
committed by GitHub
parent c16f980fd5
commit c05ec91289

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2013-2016 Google Inc.
2017-2021 Andrea Fioraldi
2017-2021 Dominik Maier"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="0240d34a2f99d157063e31d0c2d2801a68bc015e09187d9cc197637ec8fda635"
SOURCE_FILENAME="aflplusplus-$portVersion.tar.gz"
@@ -19,7 +19,7 @@ PATCHES="aflplusplus-$portVersion.patchset
aflplusplus-3.0c-LDFLAGS.patch"
ADDITIONAL_FILES="create-aflplusplus-directory.sh"
ARCHITECTURES="!x86_gcc2 x86_64"
ARCHITECTURES="!x86_gcc2 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
POST_INSTALL_SCRIPTS="
@@ -61,7 +61,7 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:awk
cmd:clang
cmd:clang_9
cmd:make
cmd:gcc$secondaryArchSuffix
"