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

Commits on Oct 16, 2021

  1. re2: fix pkgconfig file

    korli committed Oct 16, 2021
    Copy the full SHA
    d9d4802 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 dev-libs/re2/re2-2019.09.01.recipe
4 changes: 3 additions & 1 deletion dev-libs/re2/re2-2019.09.01.recipe
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ C++ library."
HOMEPAGE="https://github.com/google/re2"
COPYRIGHT="2009-2018 The RE2 Authors"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
RE_VERSION="${portVersion//./-}"
SOURCE_URI="https://github.com/google/re2/archive/$RE_VERSION.tar.gz"
CHECKSUM_SHA256="b0382aa7369f373a0148218f2df5a6afd6bfa884ce4da2dfb576b979989e615e"
@@ -60,6 +60,8 @@ INSTALL()
mv $prefix/include/* $includeDir
rmdir $prefix/include

echo -e "prefix=$prefix\n$(cat $libDir/pkgconfig/re2.pc)" \
> $libDir/pkgconfig/re2.pc
# prepare develop/lib
prepareInstalledDevelLibs libre2
fixPkgconfig