public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sigar/
Date: Sun, 11 Dec 2016 17:33:56 +0000 (UTC)	[thread overview]
Message-ID: <1481477580.5111c9d8686549fa18cbfe0c4e46b86598b7a8b9.graaff@gentoo> (raw)

commit:     5111c9d8686549fa18cbfe0c4e46b86598b7a8b9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 17:31:20 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 17:33:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5111c9d8

dev-ruby/sigar: fix building with gcc 5.x, bug 570970

Package-Manager: portage-2.3.0

 dev-ruby/sigar/sigar-0.7.3.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/sigar/sigar-0.7.3.ebuild b/dev-ruby/sigar/sigar-0.7.3.ebuild
index f3e2045..4db7704 100644
--- a/dev-ruby/sigar/sigar-0.7.3.ebuild
+++ b/dev-ruby/sigar/sigar-0.7.3.ebuild
@@ -19,6 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+all_ruby_prepare() {
+	sed -i -e '25i$CFLAGS += " -std=gnu89"' bindings/ruby/extconf.rb || die
+}
+
 each_ruby_configure() {
 	${RUBY} -Cbindings/ruby extconf.rb || die
 }


             reply	other threads:[~2016-12-11 17:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-11 17:33 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-26 10:42 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sigar/ Hans de Graaff
2022-04-19  5:09 Hans de Graaff
2021-11-24 10:25 Hans de Graaff
2021-11-01  6:08 Hans de Graaff
2020-01-05  9:15 Hans de Graaff
2019-01-20 10:17 Hans de Graaff
2018-05-21 11:50 Hans de Graaff
2018-04-27  9:03 Hans de Graaff
2018-02-17  7:34 Hans de Graaff
2017-12-03 14:10 Hans de Graaff
2017-10-21  5:59 Hans de Graaff
2016-04-29  7:36 Hans de Graaff
2016-04-29  7:36 Hans de Graaff

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=1481477580.5111c9d8686549fa18cbfe0c4e46b86598b7a8b9.graaff@gentoo \
    --to=graaff@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