diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-18 10:55:34 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-18 11:01:19 +0100 |
commit | eccbb11f9ca51cd5d150020368896d3a14879541 (patch) | |
tree | ab49a242a6e10ae37ef7268e2718b751042751de /profiles/prefix/sunos | |
parent | dev-db/pgcli: Remove unneded test dep (diff) | |
download | gentoo-eccbb11f9ca51cd5d150020368896d3a14879541.tar.gz gentoo-eccbb11f9ca51cd5d150020368896d3a14879541.tar.bz2 gentoo-eccbb11f9ca51cd5d150020368896d3a14879541.zip |
profiles/prefix/sunos/solaris/arch/sparc64: add make.defaults
multilib settings were missing, probably causing ncurses build failure,
identical to what happens in bug #711590
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/sunos')
-rw-r--r-- | profiles/prefix/sunos/solaris/arch/sparc64/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults b/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults new file mode 100644 index 000000000000..5bcd9c9e76cd --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="sparc64" +DEFAULT_ABI="sparc64" +ABI="sparc64" +LIBDIR_sparc64="lib" |