From 186c91e8a4ff46d39761509ccfe87239aa3c3c78 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Tue, 1 Feb 2022 18:43:47 +0100 Subject: [PATCH] smooth: Fix libiconv linkage (#6585) See #6584 --- dev-libs/smooth/smooth-0.9.9.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/smooth/smooth-0.9.9.recipe b/dev-libs/smooth/smooth-0.9.9.recipe index 2d8892f5a..b40526a26 100644 --- a/dev-libs/smooth/smooth-0.9.9.recipe +++ b/dev-libs/smooth/smooth-0.9.9.recipe @@ -13,7 +13,7 @@ Features provided by smooth include: HOMEPAGE="http://www.smooth-project.org/" COPYRIGHT="1998-2022 Robert Kausch" LICENSE="Artistic v2.0" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/enzo1982/smooth/releases/download/v${portVersion/\~/-}/smooth-${portVersion/\~/-}.tar.gz" CHECKSUM_SHA256="ccbf04256727d2f71a6b8ccfb2bbe3032cc3fd0f8b2461d4ead7d64e40a209ca" SOURCE_DIR="smooth-${portVersion/\~/-}" @@ -81,6 +81,7 @@ BUILD_PREREQUIRES=" BUILD() { + export LDFLAGS="-liconv" make $jobArgs }