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 }