aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/abinit/abinit-6.12.2.ebuild')
-rw-r--r--sci-physics/abinit/abinit-6.12.2.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-physics/abinit/abinit-6.12.2.ebuild b/sci-physics/abinit/abinit-6.12.2.ebuild
index ddb435514..5fa4e8c1e 100644
--- a/sci-physics/abinit/abinit-6.12.2.ebuild
+++ b/sci-physics/abinit/abinit-6.12.2.ebuild
@@ -114,12 +114,6 @@ src_prepare() {
epatch "${FILESDIR}"/6.12.1-libabinit_options.patch
eautoreconf
- if use gui; then
- epatch "${FILESDIR}"/6.12.1-gui-conf.patch
- pushd "${S}"/gui > /dev/null
- ./autogen.sh
- popd
- fi
}
src_configure() {
@@ -218,7 +212,7 @@ src_configure() {
pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null
mkdir -p gui
cd gui
- ECONF_SOURCE="${S}"/gui econf
+ ECONF_SOURCE="${S}"/gui econf UUDECODE="uudecode"
fi
}