From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/
Date: Mon, 7 May 2012 15:26:52 +0000 (UTC) [thread overview]
Message-ID: <1336404350.9462395f047b8fc4f23361cbb62c5624bb4d6bd0.anarchy@gentoo> (raw)
commit: 9462395f047b8fc4f23361cbb62c5624bb4d6bd0
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon May 7 15:25:50 2012 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon May 7 15:25:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=9462395f
Fix bug #414099, thanks daiderek <AT> gmail.com
---
dev-libs/nspr/Manifest | 2 +-
dev-libs/nspr/nspr-4.9.ebuild | 7 +++++++
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
index 1cd5f08..3fa84f8 100644
--- a/dev-libs/nspr/Manifest
+++ b/dev-libs/nspr/Manifest
@@ -10,4 +10,4 @@ AUX nspr-4.8.4-darwin-install_name.patch 1102 RMD160 eb565bc36822129e05f2fa45aaa
AUX nspr-4.8.9-link-flags.patch 995 RMD160 68a140db428f707f9f8295757c55f343e0f774e3 SHA1 8885af906cd5d21d0d678b42e51b667568fb449a SHA256 f986c69ff6250f54eb291339ab5503e73cc5cc68af4c3c3ed5a25812bf47b610
AUX nspr-4.9-pkgconfig-gentoo.patch 3710 RMD160 c25988e23698df566f69618989eb864dd8bd8848 SHA1 c10e52de61057047a53d8a45f56e7ad901014b57 SHA256 1483506296818ffffbb292d28d336d37147154e5e3db35e7e07d37bb728e2253
DIST nspr-4.9.tar.gz 1218528 RMD160 35298a4752aa657196b9d2f41ad46f1bef7e22a2 SHA1 57a6bb09ccb90d14303c3d9a6ec2592d8a5c0752 SHA256 ecc632bc578c125650999776673eeff952096afa6d151f6d91f6c3a93e1e716a
-EBUILD nspr-4.9.ebuild 3425 RMD160 d2e831b3d3b5734d65d704c9a560a075de2c9d00 SHA1 3dccaff2539a192821e8f574ab5e718594d6656f SHA256 b1408f5fb1685020d8c61c422af54c8816b1a4589b0cd7219244d3cbcf1ad72d
+EBUILD nspr-4.9.ebuild 3688 RMD160 5dfeefcab1fe97334971bdb5198e8280e5db1f4b SHA1 5bd03cfddc432a4dd3751c83b81a6d02177e4d60 SHA256 e86ed8baa790ecd6c328b29077f519026d0da93ffb44a9a39bccc41eb93527ff
diff --git a/dev-libs/nspr/nspr-4.9.ebuild b/dev-libs/nspr/nspr-4.9.ebuild
index 74d228d..9b4b10c 100644
--- a/dev-libs/nspr/nspr-4.9.ebuild
+++ b/dev-libs/nspr/nspr-4.9.ebuild
@@ -66,6 +66,13 @@ src_configure() {
src_compile() {
cd "${S}"/build
+ if tc-is-cross-compiler; then
+ emake CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" \
+ -C config nsinstall || die "failed to build"
+ mv config/{,native-}nsinstall
+ sed -s 's#/nsinstall$#/native-nsinstall#' -i config/autoconf.mk
+ rm config/nsinstall.o
+ fi
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "failed to build"
}
next reply other threads:[~2012-05-07 15:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-07 15:26 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 1:15 [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/ Jory Pratt
2019-12-04 18:03 Jory Pratt
2019-08-23 21:40 Lars Wendler
2019-03-20 18:50 Jory Pratt
2018-03-07 13:00 Lars Wendler
2018-01-20 10:06 Lars Wendler
2017-09-21 22:28 Lars Wendler
2015-12-07 7:17 Lars Wendler
2014-06-13 14:04 Ian Stakenvicius
2014-06-12 20:30 Ian Stakenvicius
2013-11-18 9:15 Lars Wendler
2013-09-27 1:48 Jory Pratt
2013-03-24 20:11 Jory Pratt
2013-03-14 3:12 Jory Pratt
2012-11-25 12:40 Jory Pratt
2012-07-31 3:18 Jory Pratt
2012-07-21 2:42 Jory Pratt
2012-03-30 13:29 Jory Pratt
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=1336404350.9462395f047b8fc4f23361cbb62c5624bb4d6bd0.anarchy@gentoo \
--to=anarchy@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