summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-18 10:55:34 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-18 11:01:19 +0100
commiteccbb11f9ca51cd5d150020368896d3a14879541 (patch)
treeab49a242a6e10ae37ef7268e2718b751042751de
parentdev-db/pgcli: Remove unneded test dep (diff)
downloadgentoo-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>
-rw-r--r--profiles/prefix/sunos/solaris/arch/sparc64/make.defaults8
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"