mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libwebp, revbump, fix cmake config file (#13356)
This commit is contained in:
@@ -11,7 +11,7 @@ channels."
|
||||
HOMEPAGE="https://developers.google.com/speed/webp"
|
||||
COPYRIGHT="2011-2025 Google Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.webmproject.org/releases/webp/libwebp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564"
|
||||
PATCHES="libwebp-$portVersion.patchset"
|
||||
@@ -137,6 +137,8 @@ INSTALL()
|
||||
|
||||
sed -i -e 's,^includedir=\(.*\),includedir=${prefix}/'${relativeIncludeDir}'/webp,' \
|
||||
$installDestDir$developLibDir/pkgconfig/libsharpyuv.pc
|
||||
# fix for: INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/develop/headers"
|
||||
sed -i 's|${_IMPORT_PREFIX}/include;||g' $libDir/cmake/WebP/WebPTargets.cmake
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
rm -rf $manDir
|
||||
|
||||
Reference in New Issue
Block a user