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

Commits on Jul 7, 2021

  1. Enabled 32bit build (#6046)

    kwyxz 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
    6d5c699 View commit details
Showing with 8 additions and 7 deletions.
  1. +8 −7 games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20210514.recipe
Original file line number Diff line number Diff line change
@@ -15,22 +15,23 @@ SOURCE_FILENAME="dosbox-pure-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="dosbox-pure-$srcGitRev"
ADDITIONAL_FILES="dosbox_pure_libretro.info.in"

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

PROVIDES="
dosbox_pure_libretro = $portVersion
addon:dosbox_pure_libretro = $portVersion
dosbox_pure_libretro$secondaryArchSuffix = $portVersion
addon:dosbox_pure_libretro$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku
retroarch
haiku$secondaryArchSuffix
retroarch$secondaryArchSuffix
"

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