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 9AD8915802F for ; Fri, 10 Mar 2023 11:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE619E0849; Fri, 10 Mar 2023 11:41: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 60860E0849 for ; Fri, 10 Mar 2023 11:41: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 34ACE34085A for ; Fri, 10 Mar 2023 11:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A43988E for ; Fri, 10 Mar 2023 11:40:59 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1678448446.a524156b1db851e3039739555578ed84a01c25a7.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmwifi/wmwifi-0.6-r1.ebuild X-VCS-Directories: x11-plugins/wmwifi/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: a524156b1db851e3039739555578ed84a01c25a7 X-VCS-Branch: master Date: Fri, 10 Mar 2023 11:40:59 +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: cf215e6d-9e6f-47fe-a830-2ce7faad967e X-Archives-Hash: 910e3104fb4a1fff33dcf3cc4a8a4683 commit: a524156b1db851e3039739555578ed84a01c25a7 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Mar 10 11:18:47 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Mar 10 11:40:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a524156b x11-plugins/wmwifi: fix implicit function declarations in configure Closes: https://bugs.gentoo.org/899062 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmwifi/wmwifi-0.6-r1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/x11-plugins/wmwifi/wmwifi-0.6-r1.ebuild b/x11-plugins/wmwifi/wmwifi-0.6-r1.ebuild index a52c89a719bf..255ed5e11010 100644 --- a/x11-plugins/wmwifi/wmwifi-0.6-r1.ebuild +++ b/x11-plugins/wmwifi/wmwifi-0.6-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools + DESCRIPTION="wireless network interface monitor dockapp" HOMEPAGE="https://www.dockapps.net/wmwifi" SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" @@ -19,6 +21,11 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-base/xorg-proto" +src_prepare() { + default + eautoreconf +} + src_compile() { # by default it does not honour our CFLAGS emake CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}"