From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/files/, dev-libs/jsoncpp/
Date: Mon, 10 Aug 2015 19:56:29 +0000 (UTC) [thread overview]
Message-ID: <1439236715.6a293f55fcc2a1d9fb75d0bbd33f2d26105c58d8.johu@gentoo> (raw)
commit: 6a293f55fcc2a1d9fb75d0bbd33f2d26105c58d8
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 19:57:53 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 19:58:35 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a293f55
dev-libs/jsoncpp: Fix build on arm, bug #552572
Adds upstream patch commit: 96412d2964775fd6fb9bf359936743dd508af8ba
Gentoo-bug: 552572
Acked-by: Markus Meier <maekke <AT> gentoo.org>
Acked-by: Michał Górny <mgorny <AT> gentoo.org>
Package-Manager: portage-2.2.20
dev-libs/jsoncpp/files/jsoncpp-0.10.2-arm.patch | 25 +++++++++++++++++++++++++
dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild | 1 +
2 files changed, 26 insertions(+)
diff --git a/dev-libs/jsoncpp/files/jsoncpp-0.10.2-arm.patch b/dev-libs/jsoncpp/files/jsoncpp-0.10.2-arm.patch
new file mode 100644
index 0000000..838ef84
--- /dev/null
+++ b/dev-libs/jsoncpp/files/jsoncpp-0.10.2-arm.patch
@@ -0,0 +1,25 @@
+From 96412d2964775fd6fb9bf359936743dd508af8ba Mon Sep 17 00:00:00 2001
+From: Christopher Dunn <cdunn2001@gmail.com>
+Date: Wed, 10 Jun 2015 21:22:24 -0500
+Subject: [PATCH] fix #290
+
+(cherry picked from commit 2760c7902a5cc7173aabe4e1f31dcf93e79377d5)
+---
+ src/test_lib_json/main.cpp | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/test_lib_json/main.cpp b/src/test_lib_json/main.cpp
+index 85110ad..080ba6e 100644
+--- a/src/test_lib_json/main.cpp
++++ b/src/test_lib_json/main.cpp
+@@ -296,7 +296,10 @@ JSONTEST_FIXTURE(ValueTest, null) {
+ JSONTEST_ASSERT_EQUAL(0.0, null_.asFloat());
+ JSONTEST_ASSERT_STRING_EQUAL("", null_.asString());
+
++#if !defined(__ARMEL__)
++ // See line #165 of include/json/value.h
+ JSONTEST_ASSERT_EQUAL(Json::Value::null, null_);
++#endif
+ }
+
+ JSONTEST_FIXTURE(ValueTest, strings) {
diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
index 08d7734..e6c618b 100644
--- a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
@@ -29,6 +29,7 @@ RDEPEND=""
PATCHES=(
# fix broken path subst in .pc file
"${FILESDIR}"/jsoncpp-1.6.2-fix-pkgconfig.patch
+ "${FILESDIR}/${P}-arm.patch"
)
pkg_setup() {
next reply other threads:[~2015-08-10 19:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-10 19:56 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-12 12:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/files/, dev-libs/jsoncpp/ 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=1439236715.6a293f55fcc2a1d9fb75d0bbd33f2d26105c58d8.johu@gentoo \
--to=johu@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