commit:     64ef894b75575b56c27fa108f25b71eb0dff959d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 14:50:40 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 14:50:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ef894b

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

Closes: https://bugs.gentoo.org/898238
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 x11-misc/3dfm/{3dfm-1.0-r2.ebuild => 3dfm-1.0-r3.ebuild} | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/x11-misc/3dfm/3dfm-1.0-r2.ebuild b/x11-misc/3dfm/3dfm-1.0-r3.ebuild
similarity index 88%
rename from x11-misc/3dfm/3dfm-1.0-r2.ebuild
rename to x11-misc/3dfm/3dfm-1.0-r3.ebuild
index 54be311f2b58..30cd785c3757 100644
--- a/x11-misc/3dfm/3dfm-1.0-r2.ebuild
+++ b/x11-misc/3dfm/3dfm-1.0-r3.ebuild
@@ -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

Reply via email to