mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
zstd: fix path for static lib
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE="https://facebook.github.io/zstd/"
|
||||
COPYRIGHT="2016-2018 Facebook, Inc."
|
||||
LICENSE="BSD (2-clause)
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/facebook/zstd/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="zstd-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f7de13462f7a82c29ab865820149e778cbfe01087b3a55b5332707abf9db4a6e"
|
||||
@@ -123,6 +123,9 @@ INSTALL()
|
||||
fixPkgconfig
|
||||
fixCMake
|
||||
|
||||
sed "s|$libDir|$developLibDir|g" \
|
||||
-i $developLibDir/cmake/zstd/zstdTargets-release.cmake
|
||||
|
||||
packageEntries bin \
|
||||
$commandBinDir \
|
||||
$manDir/man1
|
||||
|
||||
Reference in New Issue
Block a user