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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EE00158087 for ; Sat, 22 Jan 2022 18:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B76702BC009; Sat, 22 Jan 2022 18:36:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CF962BC009 for ; Sat, 22 Jan 2022 18:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72D73342DE2 for ; Sat, 22 Jan 2022 18:36:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C69CD2A0 for ; Sat, 22 Jan 2022 18:35:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1642876551.ef3f9998e23f18f261fa67f425e9da1d12c718e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/link-grammar/files/, dev-libs/link-grammar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch dev-libs/link-grammar/link-grammar-5.10.2.ebuild X-VCS-Directories: dev-libs/link-grammar/ dev-libs/link-grammar/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ef3f9998e23f18f261fa67f425e9da1d12c718e6 X-VCS-Branch: master Date: Sat, 22 Jan 2022 18:35:58 +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: 587c46ed-7c40-4ca9-bd24-e4765f8258de X-Archives-Hash: b9c058882af2906c05ec0fcf650fd025 commit: ef3f9998e23f18f261fa67f425e9da1d12c718e6 Author: David Seifert gentoo org> AuthorDate: Sat Jan 22 18:35:51 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 22 18:35:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3f9998 dev-libs/link-grammar: remove #include Closes: https://bugs.gentoo.org/717404 Signed-off-by: David Seifert gentoo.org> dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch | 13 +++++++++++++ dev-libs/link-grammar/link-grammar-5.10.2.ebuild | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch b/dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch new file mode 100644 index 000000000000..8015e3ceb1e4 --- /dev/null +++ b/dev-libs/link-grammar/files/link-grammar-5.10.2-musl.patch @@ -0,0 +1,13 @@ +--- a/link-grammar/minisat/minisat/utils/System.h ++++ b/link-grammar/minisat/minisat/utils/System.h +@@ -21,10 +21,6 @@ + #ifndef Minisat_System_h + #define Minisat_System_h + +-#if defined(__linux__) +-#include +-#endif +- + #include "minisat/mtl/IntTypes.h" + + //------------------------------------------------------------------------------------------------- diff --git a/dev-libs/link-grammar/link-grammar-5.10.2.ebuild b/dev-libs/link-grammar/link-grammar-5.10.2.ebuild index 9cd72d301f29..16ede02d89b8 100644 --- a/dev-libs/link-grammar/link-grammar-5.10.2.ebuild +++ b/dev-libs/link-grammar/link-grammar-5.10.2.ebuild @@ -32,7 +32,10 @@ BDEPEND=" sys-devel/autoconf-archive virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${PN}-5.8.1-lld.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-5.8.1-lld.patch + "${FILESDIR}"/${P}-musl.patch +) pkg_setup() { if use aspell && use hunspell; then