summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-04 11:36:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-04 11:36:46 +0000
commit35e13ee3d23c3b5e275f0f70f93d024c47c31bc2 (patch)
treefeefe30ae598f6d9b210981f5d5eb2d62d57cd12 /sys-freebsd
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-35e13ee3d23c3b5e275f0f70f93d024c47c31bc2.tar.gz
gentoo-2-35e13ee3d23c3b5e275f0f70f93d024c47c31bc2.tar.bz2
gentoo-2-35e13ee3d23c3b5e275f0f70f93d024c47c31bc2.zip
install libodialog in lib64 for amd64
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-contrib/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-freebsd/freebsd-contrib/ChangeLog b/sys-freebsd/freebsd-contrib/ChangeLog
index 0f1684ad6017..2b4007b376c5 100644
--- a/sys-freebsd/freebsd-contrib/ChangeLog
+++ b/sys-freebsd/freebsd-contrib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-contrib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/ChangeLog,v 1.35 2012/04/26 14:26:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/ChangeLog,v 1.36 2012/05/04 11:36:46 aballier Exp $
+
+ 04 May 2012; Alexis Ballier <aballier@gentoo.org> freebsd-contrib-9.0.ebuild:
+ install libodialog in lib64 for amd64
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> freebsd-contrib-9.0.ebuild:
keyword ~amd64-fbsd
diff --git a/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild b/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild
index 93182ba665ba..881be303af6c 100644
--- a/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild
+++ b/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild,v 1.2 2012/04/26 14:26:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-contrib/freebsd-contrib-9.0.ebuild,v 1.3 2012/05/04 11:36:46 aballier Exp $
-inherit bsdmk freebsd flag-o-matic
+inherit bsdmk freebsd flag-o-matic multilib
DESCRIPTION="Contributed sources for FreeBSD."
SLOT="0"
@@ -46,7 +46,7 @@ src_install() {
mymakeopts="${mymakeopts} NO_MANCOMPRESS= NO_INFOCOMPRESS= "
cd "${S}/lib/libodialog"
- mkinstall || die "libodialog install failed"
+ mkinstall LIBDIR="/usr/$(get_libdir)" || die "libodialog install failed"
cd "${S}/usr.bin/sort"
mkinstall BINDIR="/bin/" || die "sort install failed"