From: "Ralph Seichter" <gentoo@seichter.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/fbc/
Date: Sun, 19 May 2019 15:42:24 +0000 (UTC) [thread overview]
Message-ID: <1558237718.7583115ff97af20a831e9d17540faf1b808e11ff.ralph-seichter@gentoo> (raw)
commit: 7583115ff97af20a831e9d17540faf1b808e11ff
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun May 19 03:48:38 2019 +0000
Commit: Ralph Seichter <gentoo <AT> seichter <DOT> de>
CommitDate: Sun May 19 03:48:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7583115f
dev-lang/fbc: Support cross-compilation
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
dev-lang/fbc/fbc-1.06.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/fbc/fbc-1.06.0.ebuild b/dev-lang/fbc/fbc-1.06.0.ebuild
index 8d4c389..11efb62 100644
--- a/dev-lang/fbc/fbc-1.06.0.ebuild
+++ b/dev-lang/fbc/fbc-1.06.0.ebuild
@@ -84,10 +84,10 @@ src_compile() {
local fblflags=${LDFLAGS//-Wl,/-Wl }
# Build fbc
- emake CFLAGS="${CFLAGS} ${xcflags[*]}" FBC="${fbc}" FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}"
+ emake CFLAGS="${CFLAGS} ${xcflags[*]}" FBC="${fbc}" FBCFLAGS="${fbcflags}" FBLFLAGS="${fblflags}" TARGET=${CHOST}
}
src_install() {
- emake DESTDIR="${D}" prefix="/usr" install
+ emake DESTDIR="${D}" prefix="/usr" TARGET=${CHOST} install
einstalldocs
}
next reply other threads:[~2019-05-19 15:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-19 15:42 Ralph Seichter [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 13:20 [gentoo-commits] repo/proj/guru:master commit in: dev-lang/fbc/ David Roman
2024-11-12 13:20 David Roman
2021-09-08 15:20 Arthur Zamarin
2021-05-05 8:33 Andrew Ammerlaan
2021-04-30 7:45 Andrew Ammerlaan
2021-04-30 7:45 Andrew Ammerlaan
2021-04-12 5:38 Theo Anderson
2020-12-28 23:22 Andrew Ammerlaan
2020-12-27 12:48 Andrew Ammerlaan
2020-03-09 17:55 Andrew Ammerlaan
2019-05-14 16:05 Ralph Seichter
2019-04-29 14:11 Ralph Seichter
2019-04-29 14:11 Ralph Seichter
2019-04-29 14:11 Ralph Seichter
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=1558237718.7583115ff97af20a831e9d17540faf1b808e11ff.ralph-seichter@gentoo \
--to=gentoo@seichter.de \
--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