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

Commits on Oct 17, 2021

  1. abseil_cpp: rebuild with c++ 17 standard

    it's needed for tg_owt (openwebrtc telegram library):
    https://github.com/desktop-app/tg_owt/blob/master/cmake/external.cmake#L110
    threedeyes committed Oct 17, 2021
    Copy the full SHA
    c8cc4bc View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 dev-cpp/abseil-cpp/abseil_cpp-20210324.2.recipe
3 changes: 2 additions & 1 deletion dev-cpp/abseil-cpp/abseil_cpp-20210324.2.recipe
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ C++11) designed to augment the C++ standard library."
HOMEPAGE="https://abseil.io"
COPYRIGHT="2017-2021 The Abseil Authors"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://github.com/abseil/abseil-cpp/archive/$portVersion/abseil-$portVersion.tar.gz"
CHECKSUM_SHA256="59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f"
SOURCE_DIR="abseil-cpp-$portVersion"
@@ -73,6 +73,7 @@ BUILD()
cmake -B build -S . $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-DNDEBUG" \
-DCMAKE_CXX_STANDARD=17 \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
make -C build $jobArgs