From e8ae187bb40775ed91d32f4e187a352442160ca7 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Tue, 1 Oct 2024 20:18:00 +0900 Subject: [PATCH] x11-apps/xcur2png: run autoreconf Closes: https://bugs.gentoo.org/937784 Signed-off-by: Takuya Wakazono --- ...ur2png-0.7.1-r2.ebuild => xcur2png-0.7.1-r3.ebuild} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) rename x11-apps/xcur2png/{xcur2png-0.7.1-r2.ebuild => xcur2png-0.7.1-r3.ebuild} (77%) diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild similarity index 77% rename from x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild rename to x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild index cc4e3e034c..fe8fd17907 100644 --- a/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild +++ b/x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="Convert X cursors to PNG images" HOMEPAGE="https://github.com/eworm-de/xcur2png" @@ -14,10 +14,16 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - media-libs/libpng + media-libs/libpng:= x11-libs/libXcursor " RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + eautoreconf # bug 937784 +} src_configure() { append-cflags "-std=gnu89" # bug 916457