diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-21 20:55:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-21 20:55:54 +0000 |
commit | de148fa2533f7c9a2bb4542ab8f6c3a7bf859b9f (patch) | |
tree | 4b1f1a8ac933d1c75fca9581b474d5b1eeeab01a /sys-process/htop/htop-1.0.1.ebuild | |
parent | adjust for newer glib static lib building (bug #409217) (diff) | |
download | gentoo-2-de148fa2533f7c9a2bb4542ab8f6c3a7bf859b9f.tar.gz gentoo-2-de148fa2533f7c9a2bb4542ab8f6c3a7bf859b9f.tar.bz2 gentoo-2-de148fa2533f7c9a2bb4542ab8f6c3a7bf859b9f.zip |
Fix cross compiling wrt #328971 by Johannes Krude
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/htop/htop-1.0.1.ebuild')
-rw-r--r-- | sys-process/htop/htop-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-process/htop/htop-1.0.1.ebuild b/sys-process/htop/htop-1.0.1.ebuild index 1d0e29e78707..7bb0c961ac51 100644 --- a/sys-process/htop/htop-1.0.1.ebuild +++ b/sys-process/htop/htop-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1.ebuild,v 1.1 2012/02/16 20:01:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.1.ebuild,v 1.2 2012/03/21 20:55:54 ssuominen Exp $ EAPI=4 @@ -42,6 +42,7 @@ src_prepare() { } src_configure() { + [[ $CBUILD != $CHOST ]] && export ac_cv_file__proc_{meminfo,stat}=yes #328971 econf \ $(use_enable openvz) \ |