libxml++, fix build for 32bit (#11318)

This commit is contained in:
Schrijvers Luc
2024-11-07 10:18:12 +01:00
committed by GitHub
parent 7e62abd8e8
commit 9f7652d5a0
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ parallel-installable ABIs. This package contains libxml++-2.6."
HOMEPAGE="https://libxmlplusplus.sourceforge.net/" HOMEPAGE="https://libxmlplusplus.sourceforge.net/"
COPYRIGHT="2004-2024 LibXML++" COPYRIGHT="2004-2024 LibXML++"
LICENSE="GNU LGPL v2" LICENSE="GNU LGPL v2"
REVISION="3" REVISION="4"
SOURCE_URI="https://download.gnome.org/sources/libxml++/2.42/libxml++-$portVersion.tar.xz" SOURCE_URI="https://download.gnome.org/sources/libxml++/2.42/libxml++-$portVersion.tar.xz"
CHECKSUM_SHA256="74b95302e24dbebc56e97048e86ad0a4121fc82a43e58d381fbe1d380e8eba04" CHECKSUM_SHA256="74b95302e24dbebc56e97048e86ad0a4121fc82a43e58d381fbe1d380e8eba04"
SOURCE_FILENAME="libxml++-$portVersion.tar.bz2" SOURCE_FILENAME="libxml++-$portVersion.tar.bz2"
@@ -77,7 +77,7 @@ INSTALL()
prepareInstalledDevelLib libxml++-2.6 prepareInstalledDevelLib libxml++-2.6
fixPkgconfig fixPkgconfig
sed -i 's|-I${libdir}/libxml++-2.6/include||g' $developDir/lib/pkgconfig/libxml++-2.6.pc sed -i 's|-I${libdir}/libxml++-2.6/include||g' $developLibDir/pkgconfig/libxml++-2.6.pc
# devel package # devel package
packageEntries devel \ packageEntries devel \

View File

@@ -7,7 +7,7 @@ parallel-installable ABIs. This package contains libxml++-5.0."
HOMEPAGE="https://libxmlplusplus.sourceforge.net/" HOMEPAGE="https://libxmlplusplus.sourceforge.net/"
COPYRIGHT="2004-2024 LibXML++" COPYRIGHT="2004-2024 LibXML++"
LICENSE="GNU LGPL v2" LICENSE="GNU LGPL v2"
REVISION="3" REVISION="4"
SOURCE_URI="https://download.gnome.org/sources/libxml++/5.4/libxml++-$portVersion.tar.xz" SOURCE_URI="https://download.gnome.org/sources/libxml++/5.4/libxml++-$portVersion.tar.xz"
CHECKSUM_SHA256="e9a23c436686a94698d2138e6bcbaf849121d63bfa0f50dc34fefbfd79566848" CHECKSUM_SHA256="e9a23c436686a94698d2138e6bcbaf849121d63bfa0f50dc34fefbfd79566848"
SOURCE_FILENAME="libxml++-$portVersion.tar.xz" SOURCE_FILENAME="libxml++-$portVersion.tar.xz"
@@ -77,7 +77,7 @@ INSTALL()
prepareInstalledDevelLib libxml++-5.0 prepareInstalledDevelLib libxml++-5.0
fixPkgconfig fixPkgconfig
sed -i 's|-I${libdir}/libxml++-5.0/include||g' $developDir/lib/pkgconfig/libxml++-5.0.pc sed -i 's|-I${libdir}/libxml++-5.0/include||g' $developLibDir/pkgconfig/libxml++-5.0.pc
# devel package # devel package
packageEntries devel \ packageEntries devel \