public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gccxml/
Date: Sat,  2 Apr 2016 21:22:49 +0000 (UTC)	[thread overview]
Message-ID: <1459632151.fec653cc75b95b4cbf48e16f1c0bf7999454f54c.soap@gentoo> (raw)

commit:     fec653cc75b95b4cbf48e16f1c0bf7999454f54c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 21:22:31 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 21:22:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec653cc

dev-cpp/gccxml: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics

Gentoo-Bug: 549300
* EAPI=6

Package-Manager: portage-2.2.28

 dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
index 5eab599..985bfa8 100644
--- a/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
+++ b/dev-cpp/gccxml/gccxml-0.9.0_pre20131217.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="XML output extension to GCC"
 HOMEPAGE="http://www.gccxml.org/"
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 src_prepare() {
+	# fix bug 549300 by restoring pre-GCC5 inline semantics
+	append-cflags -std=gnu89
+
 	# patch below taken from Debian
 	sed -i \
 		-e 's/xatexit.c//' \


             reply	other threads:[~2016-04-02 21:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-02 21:22 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-11 16:17 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gccxml/ Agostino Sarubbo
2017-01-15 16:30 David Seifert

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=1459632151.fec653cc75b95b4cbf48e16f1c0bf7999454f54c.soap@gentoo \
    --to=soap@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