summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-07-05 13:08:35 +0000
committerFabian Groffen <grobian@gentoo.org>2014-07-05 13:08:35 +0000
commit86a33effe01329c2c4db4fbba9e62a239875605f (patch)
treea57c50204e5b4c5763a9d0bc0bad36bc5df72b5c /profiles/prefix
parentversion bump (diff)
downloadhistorical-86a33effe01329c2c4db4fbba9e62a239875605f.tar.gz
historical-86a33effe01329c2c4db4fbba9e62a239875605f.tar.bz2
historical-86a33effe01329c2c4db4fbba9e62a239875605f.zip
Add libdirs for ABIs to make get_libdir work again
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog10
-rw-r--r--profiles/prefix/aix/make.defaults3
-rw-r--r--profiles/prefix/bsd/freebsd/arch/x64/make.defaults3
-rw-r--r--profiles/prefix/bsd/freebsd/arch/x86/make.defaults3
-rw-r--r--profiles/prefix/darwin/macos/arch/ppc/make.defaults3
-rw-r--r--profiles/prefix/darwin/macos/arch/x64/make.defaults3
-rw-r--r--profiles/prefix/darwin/macos/arch/x86/make.defaults3
-rw-r--r--profiles/prefix/linux/amd64/make.defaults3
-rw-r--r--profiles/prefix/linux/x86/make.defaults3
-rw-r--r--profiles/prefix/sunos/solaris/arch/x64/make.defaults3
-rw-r--r--profiles/prefix/sunos/solaris/arch/x86/make.defaults3
11 files changed, 29 insertions, 11 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 77134def291c..47a561c30f2a 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.421 2014/07/03 17:31:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.422 2014/07/05 13:08:33 grobian Exp $
+
+ 05 Jul 2014; Fabian Groffen <grobian@gentoo.org> aix/make.defaults,
+ bsd/freebsd/arch/x64/make.defaults, bsd/freebsd/arch/x86/make.defaults,
+ darwin/macos/arch/ppc/make.defaults, darwin/macos/arch/x64/make.defaults,
+ darwin/macos/arch/x86/make.defaults, linux/amd64/make.defaults,
+ linux/x86/make.defaults, sunos/solaris/arch/x64/make.defaults,
+ sunos/solaris/arch/x86/make.defaults:
+ Add libdirs for ABIs to make get_libdir work again
03 Jul 2014; Fabian Groffen <grobian@gentoo.org> aix/make.defaults,
+bsd/freebsd/arch/x64/make.defaults, +bsd/freebsd/arch/x86/make.defaults,
diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults
index 855ee4b85d1d..ab6de006737a 100644
--- a/profiles/prefix/aix/make.defaults
+++ b/profiles/prefix/aix/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.4 2014/07/03 18:51:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/make.defaults,v 1.5 2014/07/05 13:08:33 grobian Exp $
# System-wide defaults for all AIX profiles
# This file should rarely need to be changed
@@ -17,3 +17,4 @@ MULTILIB_ABIS="ppc"
DEFAULT_ABI="ppc"
ABI="ppc"
IUSE_IMPLICIT="abi_ppc_32"
+LIBDIR_ppc="lib"
diff --git a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults
index cfce06a9ebe5..e189e0d47154 100644
--- a/profiles/prefix/bsd/freebsd/arch/x64/make.defaults
+++ b/profiles/prefix/bsd/freebsd/arch/x64/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="amd64"
DEFAULT_ABI="amd64"
ABI="amd64"
IUSE_IMPLICIT="abi_x86_64"
+LIBDIR_amd64="lib"
diff --git a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults
index ac01b3eb2b8a..f270dab2ebaf 100644
--- a/profiles/prefix/bsd/freebsd/arch/x86/make.defaults
+++ b/profiles/prefix/bsd/freebsd/arch/x86/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="x86"
DEFAULT_ABI="x86"
ABI="x86"
IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="lib"
diff --git a/profiles/prefix/darwin/macos/arch/ppc/make.defaults b/profiles/prefix/darwin/macos/arch/ppc/make.defaults
index 807690a32a0f..424d3c55c99c 100644
--- a/profiles/prefix/darwin/macos/arch/ppc/make.defaults
+++ b/profiles/prefix/darwin/macos/arch/ppc/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="ppc"
DEFAULT_ABI="ppc"
ABI="ppc"
IUSE_IMPLICIT="abi_ppc_32"
+LIBDIR_ppc="lib"
diff --git a/profiles/prefix/darwin/macos/arch/x64/make.defaults b/profiles/prefix/darwin/macos/arch/x64/make.defaults
index afccd754d095..ee19241b94f4 100644
--- a/profiles/prefix/darwin/macos/arch/x64/make.defaults
+++ b/profiles/prefix/darwin/macos/arch/x64/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/make.defaults,v 1.2 2014/07/03 18:51:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="amd64"
DEFAULT_ABI="amd64"
ABI="amd64"
IUSE_IMPLICIT="abi_x86_64"
+LIBDIR_amd64="lib"
diff --git a/profiles/prefix/darwin/macos/arch/x86/make.defaults b/profiles/prefix/darwin/macos/arch/x86/make.defaults
index 75739d54a471..ff0502c141a9 100644
--- a/profiles/prefix/darwin/macos/arch/x86/make.defaults
+++ b/profiles/prefix/darwin/macos/arch/x86/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:34 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="x86"
DEFAULT_ABI="x86"
ABI="x86"
IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="lib"
diff --git a/profiles/prefix/linux/amd64/make.defaults b/profiles/prefix/linux/amd64/make.defaults
index 47a5dad381f7..92c2ffbfa230 100644
--- a/profiles/prefix/linux/amd64/make.defaults
+++ b/profiles/prefix/linux/amd64/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/make.defaults,v 1.6 2014/07/05 13:08:34 grobian Exp $
#Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
@@ -18,3 +18,4 @@ MULTILIB_ABIS="amd64"
DEFAULT_ABI="amd64"
ABI="amd64"
IUSE_IMPLICIT="abi_x86_64"
+LIBDIR_amd64="lib"
diff --git a/profiles/prefix/linux/x86/make.defaults b/profiles/prefix/linux/x86/make.defaults
index 8667fa16746e..6d057daea09b 100644
--- a/profiles/prefix/linux/x86/make.defaults
+++ b/profiles/prefix/linux/x86/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.5 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/make.defaults,v 1.6 2014/07/05 13:08:35 grobian Exp $
ARCH="x86"
CHOST="i686-pc-linux-gnu"
@@ -16,3 +16,4 @@ MULTILIB_ABIS="x86"
DEFAULT_ABI="x86"
ABI="x86"
IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="lib"
diff --git a/profiles/prefix/sunos/solaris/arch/x64/make.defaults b/profiles/prefix/sunos/solaris/arch/x64/make.defaults
index c494e67afff5..c784348d877d 100644
--- a/profiles/prefix/sunos/solaris/arch/x64/make.defaults
+++ b/profiles/prefix/sunos/solaris/arch/x64/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x64/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="amd64"
DEFAULT_ABI="amd64"
ABI="amd64"
IUSE_IMPLICIT="abi_x86_64"
+LIBDIR_amd64="lib"
diff --git a/profiles/prefix/sunos/solaris/arch/x86/make.defaults b/profiles/prefix/sunos/solaris/arch/x86/make.defaults
index c3bfeb76fb67..8c151c6b64ac 100644
--- a/profiles/prefix/sunos/solaris/arch/x86/make.defaults
+++ b/profiles/prefix/sunos/solaris/arch/x86/make.defaults
@@ -1,9 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="x86"
DEFAULT_ABI="x86"
ABI="x86"
IUSE_IMPLICIT="abi_x86_32"
+LIBDIR_x86="lib"