From 44214eb57d75d2be6af2b2d5765d2456f598e0f3 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 9 Dec 2023 10:02:30 +0100 Subject: [PATCH] libxslt, fix removal of libtool file (#9859) --- dev-libs/libxslt/libxslt-1.1.39.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libxslt/libxslt-1.1.39.recipe b/dev-libs/libxslt/libxslt-1.1.39.recipe index 37518bf82..7128c2437 100644 --- a/dev-libs/libxslt/libxslt-1.1.39.recipe +++ b/dev-libs/libxslt/libxslt-1.1.39.recipe @@ -8,7 +8,7 @@ in commercial applications." HOMEPAGE="http://www.xmlsoft.org/" COPYRIGHT="2001-2012 Daniel Veillard" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.gnome.org/sources/libxslt/1.1/libxslt-$portVersion.tar.xz" CHECKSUM_SHA256="2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" @@ -105,7 +105,7 @@ INSTALL() rm $libDir/libexslt.la $libDir/libxslt.la if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then - $prefix/lib/python3.10/vendor-packages/libxsltmod.la + rm $prefix/lib/python3.10/vendor-packages/libxsltmod.la fi prepareInstalledDevelLibs \