diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-09-22 19:29:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-09-22 19:29:59 +0000 |
commit | 1a67b68ebc80bb336678634e5b4619c33a086f18 (patch) | |
tree | 4ad12a6143393d8aa312607479485ddcca3c10d4 /profiles | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-1a67b68ebc80bb336678634e5b4619c33a086f18.tar.gz gentoo-2-1a67b68ebc80bb336678634e5b4619c33a086f18.tar.bz2 gentoo-2-1a67b68ebc80bb336678634e5b4619c33a086f18.zip |
Put 64bits libraries into lib as this is what vanilla FreeBSD does and also other linux distros.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64-fbsd/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/amd64-fbsd/make.defaults | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog index 31b41eac45e3..2dc760ee8d4f 100644 --- a/profiles/arch/amd64-fbsd/ChangeLog +++ b/profiles/arch/amd64-fbsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/x86-fbsd profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.28 2012/09/11 12:09:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.29 2012/09/22 19:29:59 aballier Exp $ + + 22 Sep 2012; Alexis Ballier <aballier@gentoo.org> make.defaults: + Put 64bits libraries into lib as this is what vanilla FreeBSD does and also + other linux distros. 11 Sep 2012; Alexis Ballier <aballier@gentoo.org> make.defaults: set SYMLINK_LIB=no which is closer to vanilla freebsd diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults index 4af4b21e57c5..91e0359facf1 100644 --- a/profiles/arch/amd64-fbsd/make.defaults +++ b/profiles/arch/amd64-fbsd/make.defaults @@ -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/profiles/arch/amd64-fbsd/make.defaults,v 1.9 2012/09/11 12:09:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.10 2012/09/22 19:29:59 aballier Exp $ # System-wide defaults for the G/FBSD Portage system ARCH="amd64-fbsd" @@ -26,4 +26,10 @@ VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \ neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis \ sisusb tga trident tseng via vmware" +# Vanilla FreeBSD has: lib for native 64 bits libs, lib32 for 32-bits emulation. +# Let's do this too as this also happens to be more standard among other linux +# distros. +# Adjust multilib dirs for multilib-strict. +LIBDIR_amd64_fbsd="lib" +MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X11R6/lib32" SYMLINK_LIB="no" |