From 33726d99f8aa98f6e0f046fddb9b17929618a3a5 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 29 Mar 2023 16:49:45 +0200 Subject: [PATCH] libsass, disable static library (#8168) --- dev-libs/libsass/libsass-3.5.4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libsass/libsass-3.5.4.recipe b/dev-libs/libsass/libsass-3.5.4.recipe index c652c154a..7d46c2655 100644 --- a/dev-libs/libsass/libsass-3.5.4.recipe +++ b/dev-libs/libsass/libsass-3.5.4.recipe @@ -6,7 +6,7 @@ the original Ruby Sass CSS compiler with a C API." HOMEPAGE="https://sass-lang.com/libsass" COPYRIGHT="2012-2018 the Sass Open Source Foundation" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/sass/libsass/archive/$portVersion.tar.gz" CHECKSUM_SHA256="5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770" SOURCE_FILENAME="libsass-$portVersion.tar.gz" @@ -52,7 +52,7 @@ defineDebugInfoPackage libsass$secondaryArchSuffix \ BUILD() { autoreconf -vfi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }