From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 138BD13835A for ; Tue, 4 May 2021 15:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFC66E081A; Tue, 4 May 2021 15:15:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6AC7E081A for ; Tue, 4 May 2021 15:15:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B2D5340CCF for ; Tue, 4 May 2021 15:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADBA8733 for ; Tue, 4 May 2021 15:15:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1620141192.dd96e548ff290f898c7707057d028ec72433ab9d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libnova/files/, sci-libs/libnova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libnova/files/libnova-0.16.0-slibtool.patch sci-libs/libnova/libnova-0.16.0.ebuild X-VCS-Directories: sci-libs/libnova/ sci-libs/libnova/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: dd96e548ff290f898c7707057d028ec72433ab9d X-VCS-Branch: master Date: Tue, 4 May 2021 15:15:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e18ce884-d26e-41c2-aabe-2589d732d731 X-Archives-Hash: e21dcc271b1fd3e220a082ecaf23ef4b commit: dd96e548ff290f898c7707057d028ec72433ab9d Author: Lars Wendler gentoo org> AuthorDate: Tue May 4 14:35:57 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 4 15:13:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd96e548 sci-libs/libnova: Fix for slibtool Thanks-to: orbea riseup.net> Upstream-PR: https://sourceforge.net/p/libnova/libnova/merge-requests/2/ Closes: https://bugs.gentoo.org/778881 Signed-off-by: Lars Wendler gentoo.org> .../libnova/files/libnova-0.16.0-slibtool.patch | 26 ++++++++++++++++++++++ sci-libs/libnova/libnova-0.16.0.ebuild | 2 ++ 2 files changed, 28 insertions(+) diff --git a/sci-libs/libnova/files/libnova-0.16.0-slibtool.patch b/sci-libs/libnova/files/libnova-0.16.0-slibtool.patch new file mode 100644 index 00000000000..746f46f443f --- /dev/null +++ b/sci-libs/libnova/files/libnova-0.16.0-slibtool.patch @@ -0,0 +1,26 @@ +From 857957a9229b49044070301da24b84dcb2bb0d67 Mon Sep 17 00:00:00 2001 +From: orbea +Date: Sun, 28 Mar 2021 07:49:22 -0700 +Subject: [PATCH] build: Link with the libelp .la file. + +--- + src/Makefile.am | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/src/Makefile.am b/src/Makefile.am +index aab450c..6d2b62e 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -46,8 +46,7 @@ noinst_HEADERS = \ + lunar-priv.h + + libnova_la_LIBADD = \ +- -Lelp/ \ +- -lelp ++ elp/libelp.la + + libnova_la_LDFLAGS = \ + -version-info $(LT_VERSION) \ +-- +2.29.2 + diff --git a/sci-libs/libnova/libnova-0.16.0.ebuild b/sci-libs/libnova/libnova-0.16.0.ebuild index 8a1f2fcfda7..6d070e3c26f 100644 --- a/sci-libs/libnova/libnova-0.16.0.ebuild +++ b/sci-libs/libnova/libnova-0.16.0.ebuild @@ -16,6 +16,8 @@ IUSE="doc examples" BDEPEND="doc? ( app-doc/doxygen )" +PATCHES=( "${FILESDIR}"/${P}-slibtool.patch ) + src_prepare() { default eautoreconf