diff options
author | Takuya Wakazono <pastalian46@gmail.com> | 2024-10-01 20:18:00 +0900 |
---|---|---|
committer | Takuya Wakazono <pastalian46@gmail.com> | 2024-10-01 20:18:00 +0900 |
commit | e8ae187bb40775ed91d32f4e187a352442160ca7 (patch) | |
tree | ec8d5a2260c31f1c434ee4df907513a3b00c1951 /x11-apps | |
parent | www-apps/whoogle-search: drop 0.8.4-r3 (diff) | |
download | guru-e8ae187bb40775ed91d32f4e187a352442160ca7.tar.gz guru-e8ae187bb40775ed91d32f4e187a352442160ca7.tar.bz2 guru-e8ae187bb40775ed91d32f4e187a352442160ca7.zip |
x11-apps/xcur2png: run autoreconf
Closes: https://bugs.gentoo.org/937784
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild (renamed from x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild) | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild index cc4e3e034..fe8fd1790 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 |