mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
cxxopts, revbump, fix pkgconfig (#11696)
This commit is contained in:
@@ -4,7 +4,7 @@ syntax for options."
|
||||
HOMEPAGE="https://github.com/jarro2783/cxxopts"
|
||||
COPYRIGHT="2014 Jarryd Beck"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9f43fa972532e5df6c5fd5ad0f5bac606cdec541ccaf1732463d8070bbb7f03b"
|
||||
SOURCE_FILENAME="simdjson-v$portVersion.tar.gz"
|
||||
@@ -43,6 +43,8 @@ INSTALL()
|
||||
{
|
||||
make -C build install
|
||||
|
||||
fixPkgconfig
|
||||
|
||||
sed -e "s|\(\${_IMPORT_PREFIX}\)/include|\1/$relativeIncludeDir|" -i \
|
||||
"$libDir"/cmake/cxxopts/cxxopts-targets.cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user