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 8F528158020 for ; Sat, 5 Nov 2022 19:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF2DE0718; Sat, 5 Nov 2022 19:48:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A2BF6E0718 for ; Sat, 5 Nov 2022 19:48:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B22A23404AD for ; Sat, 5 Nov 2022 19:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23078615 for ; Sat, 5 Nov 2022 19:48:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1667677685.5a39d70b6908a5aa39184c7bf2f402dceca51ed4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/lftp-4.9.2.ebuild net-ftp/lftp/lftp-9999.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5a39d70b6908a5aa39184c7bf2f402dceca51ed4 X-VCS-Branch: master Date: Sat, 5 Nov 2022 19:48:17 +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: 5da9e424-a260-4087-8122-a1a3c82b06c0 X-Archives-Hash: d1f3c0aa124edcef305c38b6e794b034 commit: 5a39d70b6908a5aa39184c7bf2f402dceca51ed4 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Nov 5 19:39:55 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Nov 5 19:48:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a39d70b net-ftp/lftp: fix compilation with clang Closes: https://bugs.gentoo.org/875692 Signed-off-by: Conrad Kostecki gentoo.org> net-ftp/lftp/lftp-4.9.2.ebuild | 3 +++ net-ftp/lftp/lftp-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/net-ftp/lftp/lftp-4.9.2.ebuild b/net-ftp/lftp/lftp-4.9.2.ebuild index 8e4953d3e242..59f56239e17f 100644 --- a/net-ftp/lftp/lftp-4.9.2.ebuild +++ b/net-ftp/lftp/lftp-4.9.2.ebuild @@ -62,6 +62,9 @@ PATCHES=( src_prepare() { default + # bug #875692 + sed -e '/#include/s/cmath/math.h/' -i trio/*.c || die + eautoreconf elibtoolize # for Darwin bundles diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index 915bfc33d101..c1915ac399f9 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -60,6 +60,9 @@ PATCHES=( src_prepare() { default + # bug #875692 + sed -e '/#include/s/cmath/math.h/' -i trio/*.c || die + gnulib-tool --update || die chmod +x build-aux/git-version-gen || die