Skip to content

Commit

Permalink
net-print/cups-filters: build w/ -std=gnu17
Browse files Browse the repository at this point in the history
Bug: OpenPrinting/cups-filters#605
Closes: https://bugs.gentoo.org/944074
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Nov 24, 2024
1 parent 229751a commit 186116f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions net-print/cups-filters/cups-filters-2.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=8

inherit flag-o-matic

DESCRIPTION="Cups filters"
HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters"
SRC_URI="https://github.com/OpenPrinting/cups-filters/releases/download/${PV}/${P}.tar.xz"
Expand Down Expand Up @@ -33,6 +35,9 @@ BDEPEND="
RESTRICT="test"

src_configure() {
# https://github.com/OpenPrinting/cups-filters/issues/605 (bug #944074)
append-cflags -std=gnu17

local myeconfargs=(
--enable-imagefilters
--enable-driverless
Expand Down

0 comments on commit 186116f

Please sign in to comment.