From 20fcab5132eca76d5d9fbc9510ee40cde0422486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Sat, 27 Apr 2024 14:49:18 +0200 Subject: [PATCH] xapian: fix references to $libDir where $developLibDir should be used using the fixed `fixCMake` scriptlet remove the now unneeded library symlink --- dev-libs/xapian/xapian-1.4.25.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-libs/xapian/xapian-1.4.25.recipe b/dev-libs/xapian/xapian-1.4.25.recipe index 1f5d52216..349c7e6cd 100644 --- a/dev-libs/xapian/xapian-1.4.25.recipe +++ b/dev-libs/xapian/xapian-1.4.25.recipe @@ -8,7 +8,7 @@ native Unicode support and modern search algorithms." HOMEPAGE="https://xapian.org/" COPYRIGHT="1999-2018 The Xapian Authors" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://oligarchy.co.uk/xapian/$portVersion/xapian-core-$portVersion.tar.xz" CHECKSUM_SHA256="0c99dfdd817571cb5689bc412a7e021407938313f38ea3a70fa3bf86410608ee" SOURCE_DIR="xapian-core-$portVersion" @@ -110,16 +110,17 @@ INSTALL() prepareInstalledDevelLib libxapian fixPkgconfig + fixCMake - ln -sf $libDir/libxapian.so.$libVersion $libDir/libxapian.so + # fix xapian-config + sed -i "s,$libDir,$developLibDir,g" "$commandBinDir"/xapian-config packageEntries devel \ "$commandBinDir"/xapian-config \ "$manDir"/man1/xapian-config.1 \ "$developDir" \ "$dataDir" \ - "$documentationDir/packages" \ - "$libDir"/cmake + "$documentationDir/packages" packageEntries tools \ "$commandBinDir" \