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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d5c699f4868
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b5959fbac04
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 7, 2021

  1. bam, enable 32bit (#6047)

    Begasus authored Jul 7, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6b5959f View commit details
Showing with 10 additions and 9 deletions.
  1. +10 −9 dev-util/bam/bam-0.5.1.recipe
19 changes: 10 additions & 9 deletions dev-util/bam/bam-0.5.1.recipe
Original file line number Diff line number Diff line change
@@ -6,27 +6,28 @@ full and incremental build times."
HOMEPAGE="http://matricks.github.io/bam/"
COPYRIGHT="2009 Magnus Auvinen"
LICENSE="Zlib"
REVISION="1"
REVISION="2"
SOURCE_URI="http://github.com/matricks/bam/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="cc8596af3325ecb18ebd6ec2baee550e82cb7b2da19588f3f843b02e943a15a9"
PATCHES="bam-$portVersion.patchset"

ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"

PROVIDES="
bam = $portVersion
bam$secondaryArchSuffix = $portVersion
cmd:bam = $portVersion
"
REQUIRES="
haiku
cmd:lua5.3
haiku$secondaryArchSuffix
cmd:lua5.3$secondaryArchSuffix
"

BUILD_REQUIRES="
haiku_devel
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:gcc$secondaryArchSuffix
"

BUILD()
@@ -36,6 +37,6 @@ BUILD()

INSTALL()
{
mkdir -p $binDir
cp bam $binDir
mkdir -p $prefix/bin
cp bam $prefix/bin
}