mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/sgrep: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/900533 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter"
|
||||
HOMEPAGE="https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
|
||||
SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz"
|
||||
@@ -19,6 +21,9 @@ src_prepare() {
|
||||
default
|
||||
|
||||
sed -i "s:/usr/lib:${EPREFIX}/etc:g" sgrep.1 || die
|
||||
|
||||
# Clang 16, bug #900533
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
Reference in New Issue
Block a user