aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/abinit/abinit-6.12.1.ebuild')
-rw-r--r--sci-physics/abinit/abinit-6.12.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-physics/abinit/abinit-6.12.1.ebuild b/sci-physics/abinit/abinit-6.12.1.ebuild
index 653a6ec03..59f0f98b8 100644
--- a/sci-physics/abinit/abinit-6.12.1.ebuild
+++ b/sci-physics/abinit/abinit-6.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
-inherit autotools-utils fortran-2 multilib toolchain-funcs
+inherit autotools-utils flag-o-matic fortran-2 multilib toolchain-funcs
DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory"
HOMEPAGE="http://www.abinit.org/"
@@ -116,9 +116,8 @@ src_prepare() {
if use gui; then
epatch "${FILESDIR}"/6.12.1-gui-conf.patch
-# pushd "${S}"/gui
- pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null
- "${S}"/gui/autogen.sh
+ pushd "${S}"/gui > /dev/null
+ ./autogen.sh
popd
fi
}