expat: fix lib path in cmake file

This commit is contained in:
Gerasim Troeglazov
2025-03-04 11:44:59 +10:00
parent 1cd5004e53
commit cdd1713bca

View File

@@ -6,7 +6,7 @@ HOMEPAGE="http://expat.sourceforge.net/"
COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
2001-2023 Expat maintainers."
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/expat/expat-$portVersion.tar.bz2"
CHECKSUM_SHA256="8dc480b796163d4436e6f1352e71800a774f73dbae213f1860b60607d2a83ada"
PATCHES="expat-$portVersion.patchset"
@@ -83,6 +83,9 @@ INSTALL()
prepareInstalledDevelLib libexpat
fixPkgconfig
sed -i 's,${_IMPORT_PREFIX}/lib/lib',$libDir, \
$libDir/cmake/expat-$portVersion/expat-noconfig.cmake
# devel package
packageEntries devel \
$developDir \