mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
expat: fix lib path in cmake file
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user