mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
12
media-gfx/pngnq/files/pngnq-1.1-autoconf-quoting.patch
Normal file
12
media-gfx/pngnq/files/pngnq-1.1-autoconf-quoting.patch
Normal 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
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user