public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbcd/
Date: Thu, 29 Jul 2021 13:53:13 +0000 (UTC)	[thread overview]
Message-ID: <1627566781.0fa93f12b224b1bfb4a0252713c276c69b25c034.bkohler@gentoo> (raw)

commit:     0fa93f12b224b1bfb4a0252713c276c69b25c034
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 13:52:09 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 13:53:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa93f12

x11-misc/bbcd: fix gcc11 build

Closes: https://bugs.gentoo.org/787098
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 x11-misc/bbcd/bbcd-0.3.1-r3.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild
index 23c67dd2c16..ee2e46b6956 100644
--- a/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild
+++ b/x11-misc/bbcd/bbcd-0.3.1-r3.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit flag-o-matic
+
 DESCRIPTION="Basic CD Player for blackbox wm"
 HOMEPAGE="http://tranber1.free.fr/bbcd.html"
 SRC_URI="http://tranber1.free.fr/${P}.tar.gz"
@@ -23,6 +25,11 @@ PATCHES=(
 	"${FILESDIR}"/${P}-gcc4.3.patch
 )
 
+src_configure() {
+	append-cxxflags -std=c++14
+	default
+}
+
 src_install() {
 	default
 	rm "${ED%/}"/usr/share/bbtools/README.bbcd || die


             reply	other threads:[~2021-07-29 13:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29 13:53 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-03 12:23 [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbcd/ Ben Kohler
2022-11-12 15:36 Ben Kohler
2022-09-22 15:04 Ben Kohler
2022-02-18 15:00 Ben Kohler
2022-01-11 16:55 Ben Kohler
2021-03-30 12:28 Ben Kohler
2017-03-26 17:21 Michael Orlitzky
2017-02-14 19:42 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=1627566781.0fa93f12b224b1bfb4a0252713c276c69b25c034.bkohler@gentoo \
    --to=bkohler@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