diff options
Diffstat (limited to 'sci-physics/abinit/abinit-6.12.3.ebuild')
-rw-r--r-- | sci-physics/abinit/abinit-6.12.3.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sci-physics/abinit/abinit-6.12.3.ebuild b/sci-physics/abinit/abinit-6.12.3.ebuild index d18f5ffdd..aacc90ae4 100644 --- a/sci-physics/abinit/abinit-6.12.3.ebuild +++ b/sci-physics/abinit/abinit-6.12.3.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 } |