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

Commits on Oct 6, 2021

  1. Copy the full SHA
    4790a39 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 dev-libs/msgpack_c_cpp/msgpack_c_cpp-3.2.0.recipe
4 changes: 2 additions & 2 deletions dev-libs/msgpack_c_cpp/msgpack_c_cpp-3.2.0.recipe
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ CHECKSUM_SHA256="ff865a36bad5c72b8e7ebc4b7cf5f27a820fce4faff9c571c1791e3728355a3
SOURCE_DIR="msgpack-c-cpp-$portVersion"
PATCHES="msgpack_c_cpp-$portVersion.patchset"

ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"

libVersion="2.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"