From e1d74ca3fe7175bd9e66b51bf66c0cc0a10b245f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 24 Dec 2022 18:38:33 +0100 Subject: [PATCH] hunspell, disable static library (#7630) --- app-text/hunspell/hunspell-1.7.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/hunspell/hunspell-1.7.0.recipe b/app-text/hunspell/hunspell-1.7.0.recipe index b5008c2db..94cc879b0 100644 --- a/app-text/hunspell/hunspell-1.7.0.recipe +++ b/app-text/hunspell/hunspell-1.7.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2007-2016 Hunspell developers et al. LICENSE="GNU GPL v2 GNU LGPL v2.1 MPL v1.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/hunspell/hunspell/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="bb27b86eb910a8285407cf3ca33b62643a02798cf2eef468c0a74f6c3ee6bc8a" SOURCE_FILENAME="hunspell-$portVersion.tar.gz" @@ -66,7 +66,7 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }