x11-misc/3dfm: add eautoreconf for modern C

Closes: https://bugs.gentoo.org/898238
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-11-08 15:50:40 +01:00
parent 9c190d76e0
commit 64ef894b75

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit autotools
DESCRIPTION="OpenGL-based 3D File Manager"
HOMEPAGE="https://sourceforge.net/projects/innolab/"
SRC_URI="https://downloads.sourceforge.net/innolab/${P}.tar.gz"
@@ -17,6 +19,11 @@ RDEPEND="
media-libs/freeglut"
DEPEND="${RDEPEND}"
src_prepare() {
default
eautoreconf
}
src_install() {
default
mv "${ED}"/usr/bin/{interface,3dfm} || die