media-gfx/pngnq: fix autoconf quoting

Closes: https://bugs.gentoo.org/921125
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-01-02 06:23:01 +00:00
parent df386036ec
commit 6c9a2e725a
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
https://bugs.gentoo.org/921125
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Autoconf for pngnq
AC_INIT([pngnq],[1.1], [stuart.coyle@gmail.com])
-AM_INIT_AUTOMAKE[-Wall -Werror]
+AM_INIT_AUTOMAKE([-Wall -Werror])
AC_COPYRIGHT([Copyright 2008-2011, Stuart Coyle])
# check for progs

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,6 +21,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.0-libpng14.patch
"${FILESDIR}"/${PN}-1.0-libpng15.patch
"${FILESDIR}"/${PN}-1.0-Wimplicit-function-declaration.patch
"${FILESDIR}"/${PN}-1.1-autoconf-quoting.patch
)
src_prepare() {