public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/mpage/
@ 2024-11-26  6:06 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2024-11-26  6:06 UTC (permalink / raw
  To: gentoo-commits

commit:     febbda1a16f479f24280c7f63dc2af08eef030bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 06:04:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 06:05:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febbda1a

app-text/mpage: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/944758
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/mpage/mpage-2.5.6-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/mpage/mpage-2.5.6-r1.ebuild b/app-text/mpage/mpage-2.5.6-r1.ebuild
index f5e91377a3b5..fb9c061f1fb7 100644
--- a/app-text/mpage/mpage-2.5.6-r1.ebuild
+++ b/app-text/mpage/mpage-2.5.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Many to one page printing utility"
 HOMEPAGE="http://www.mesa.nl/"
@@ -24,6 +24,8 @@ PATCHES=(
 )
 
 src_configure() {
+	# bug #944758
+	append-flags -std=gnu17
 	tc-export CC
 }
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-26  6:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26  6:06 [gentoo-commits] repo/gentoo:master commit in: app-text/mpage/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox