diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-05-17 19:27:05 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-05-17 19:27:39 +0200 |
commit | 5fc1e26ffbe97e326890809ac3c550b824572900 (patch) | |
tree | 58f3d86b8995ff43d9382f03252f7226a90e0bb1 | |
parent | gnome-extra/gnome-shell-extensions-topicons-plus: Drop old (diff) | |
download | gentoo-5fc1e26ffbe97e326890809ac3c550b824572900.tar.gz gentoo-5fc1e26ffbe97e326890809ac3c550b824572900.tar.bz2 gentoo-5fc1e26ffbe97e326890809ac3c550b824572900.zip |
dev-tcltk/tcl-mccp: Build with with /usr/lib64
Closes: https://bugs.gentoo.org/680152
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
-rw-r--r-- | dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild b/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild index 8af98e3f15c7..136252e6cf21 100644 --- a/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild +++ b/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit autotools-utils +EAPI=6 DESCRIPTION="mccp extension to TCL" HOMEPAGE="http://tcl-mccp.sf.net/" @@ -18,3 +16,7 @@ DEPEND="dev-lang/tcl:0=" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-flags.patch ) + +src_configure() { + econf --with-tcl="${EPREFIX}"/usr/$(get_libdir) +} |