Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports.cross
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44d556acbc52
Choose a base ref
...
head repository: haikuports/haikuports.cross
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85ae3e20a554
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 21, 2021

  1. libffi 3.3 reworked a bit

    tqh committed Jul 21, 2021
    Copy the full SHA
    85ae3e2 View commit details
Showing with 6 additions and 5 deletions.
  1. +6 −5 dev-libs/libffi_bootstrap/libffi_bootstrap-3.3.recipe
11 changes: 6 additions & 5 deletions dev-libs/libffi_bootstrap/libffi_bootstrap-3.3.recipe
Original file line number Diff line number Diff line change
@@ -11,30 +11,31 @@ REVISION="1"
SOURCE_URI="ftp://sourceware.org/pub/libffi/libffi-$portVersion.tar.gz"
CHECKSUM_SHA256="72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056"

ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64 ?arm ?arm64 ?riscv64 ?sparc ?m68k"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64 ?arm arm64 ?riscv64 ?sparc ?m68k"
SECONDARY_ARCHITECTURES="!x86_gcc2 ?x86"

PROVIDES="
libffi_bootstrap$secondaryArchSuffix = $portVersion compat >= 3
libffi$secondaryArchSuffix = $portVersion compat >= 3
lib:libffi$secondaryArchSuffix = $portVersion compat >= 3
"
REQUIRES="
haiku$secondaryArchSuffix
"

PROVIDES_devel="
libffi_bootstrap${secondaryArchSuffix}_devel = $portVersion
libffi_bootstrap${secondaryArchSuffix}_devel = $portVersion compat >= 3
devel:libffi$secondaryArchSuffix = $portVersion compat >= 3
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"

BUILD_PREREQUIRES="
haiku_devel
haiku${secondaryArchSuffix}_devel
gcc_cross_$targetArchitecture
binutils_cross_$targetArchitecture
cmd:awk
cmd:gcc$secondaryArchSuffix
cmd:make
"