summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-14 08:23:24 +0100
committerSam James <sam@gentoo.org>2021-10-14 08:23:47 +0100
commit0e6288041fab5991deea8362cd5ddc0cdc9cb07b (patch)
tree66f18a2d7832821463a8cca1e22098bdb5a8e529
parentnet-analyzer/packit: fix autoreconf with newer automake (diff)
downloadgentoo-0e6288041fab5991deea8362cd5ddc0cdc9cb07b.tar.gz
gentoo-0e6288041fab5991deea8362cd5ddc0cdc9cb07b.tar.bz2
gentoo-0e6288041fab5991deea8362cd5ddc0cdc9cb07b.zip
media-radio/xastir: fix autoreconf with newer automake
Closes: https://bugs.gentoo.org/816615 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch13
-rw-r--r--media-radio/xastir/xastir-2.1.6.ebuild7
2 files changed, 18 insertions, 2 deletions
diff --git a/media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch b/media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch
new file mode 100644
index 000000000000..51d10a2c8159
--- /dev/null
+++ b/media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/816615
+https://github.com/Xastir/Xastir/pull/181
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -23,7 +23,6 @@
+ # It should look something like this: ([xastir], [2.0.8], [xastir@xastir.org])
+ # The revision number must contain at least one '.' and two digits.
+ AC_INIT([xastir], [2.1.6], [xastir@xastir.org])
+-AM_INIT_AUTOMAKE
+ #########################################################################
+
+
diff --git a/media-radio/xastir/xastir-2.1.6.ebuild b/media-radio/xastir/xastir-2.1.6.ebuild
index 1da0b5592d83..fcd3f2a7f254 100644
--- a/media-radio/xastir/xastir-2.1.6.ebuild
+++ b/media-radio/xastir/xastir-2.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,9 +40,12 @@ src_prepare() {
# fix script location (bug #407185)
eapply "${FILESDIR}"/${PN}-2.1.2-scripts.diff
- # do not filter duplicate flags (see bug 411095)
+ # do not filter duplicate flags (see bug #411095)
eapply -p0 "${FILESDIR}"/${PN}-2.0.0-dont-filter-flags.diff
+ # fix eautoreconf with >=sys-devel/automake-1.16.5 (see bug #816615)
+ eapply "${FILESDIR}"/${PN}-2.1.6-automake-1.16.5.patch
+
eautoreconf
}