diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-11-10 19:00:48 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-11-10 19:00:48 +0000 |
commit | 30cda9a3c85172993716362b847a845e1fcfb441 (patch) | |
tree | aedf096a01d86c875d8318049d60ae80495656e4 /sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild | |
parent | fix PIC problem as per bug #107958 (diff) | |
download | historical-30cda9a3c85172993716362b847a845e1fcfb441.tar.gz historical-30cda9a3c85172993716362b847a845e1fcfb441.tar.bz2 historical-30cda9a3c85172993716362b847a845e1fcfb441.zip |
Fix build on amd64 to be able to build with multilib-strict. Fix ebuild header.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild')
-rw-r--r-- | sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild b/sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild index 8df5dac6ad31..e169f8f70364 100644 --- a/sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild +++ b/sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild,v 1.1 2004/12/29 02:00:35 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/vis5d+/vis5d+-1.2.1.ebuild,v 1.2 2005/11/10 19:00:48 metalgod Exp $ + +inherit eutils DESCRIPTION="3dimensional weather modeling software" HOMEPAGE="http://vis5d.sourceforge.net" @@ -17,6 +19,7 @@ src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ + --libdir=/usr/$(get_libdir) \ --without-mixkit \ --enable-threads || die "./configure failed" |