public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-ubin/
Date: Wed, 12 Oct 2016 11:23:37 +0000 (UTC)	[thread overview]
Message-ID: <1476271404.e415be8c3e73b62f5939bd3a4f111639cd77ce0a.aballier@gentoo> (raw)

commit:     e415be8c3e73b62f5939bd3a4f111639cd77ce0a
Author:     Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Wed Oct 12 11:02:42 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 11:23:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e415be8c

sys-freebsd/freebsd-ubin: fix build failure m4

 sys-freebsd/freebsd-ubin/freebsd-ubin-11.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-11.0.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-11.0.ebuild
index 537aad0..8cca4ec 100644
--- a/sys-freebsd/freebsd-ubin/freebsd-ubin-11.0.ebuild
+++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-11.0.ebuild
@@ -144,13 +144,14 @@ setup_multilib_vars() {
 }
 
 src_compile() {
+	local MULTIBUILD_VARIANTS="${DEFAULT_ABI}"
 	# Preparing to build addr2line, elfcopy, m4
 	for dir in libelftc libpe libopenbsd ; do
 		cd "${WORKDIR}/lib/${dir}" || die
-		freebsd_src_compile -j1
+		multibuild_foreach_variant freebsd_multilib_multibuild_wrapper freebsd_src_compile -j1
 	done
 
-	local MULTIBUILD_VARIANTS=( $(multilib_get_enabled_abis) )
+	MULTIBUILD_VARIANTS=( $(multilib_get_enabled_abis) )
 	multibuild_foreach_variant freebsd_multilib_multibuild_wrapper setup_multilib_vars freebsd_src_compile -j1
 }
 


             reply	other threads:[~2016-10-12 11:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 11:23 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-27  1:07 [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-ubin/ Patrice Clement
2017-11-26 23:26 David Seifert
2017-11-25 20:53 Patrick Lauer
2017-11-19 23:19 Patrice Clement
2016-12-15 12:11 Michał Górny
2016-10-12 11:26 Alexis Ballier
2016-07-26 14:23 Patrice Clement
2015-08-21 14:29 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476271404.e415be8c3e73b62f5939bd3a4f111639cd77ce0a.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox