diff options
author | Sam James <sam@gentoo.org> | 2021-10-14 08:23:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-14 08:23:47 +0100 |
commit | 0e6288041fab5991deea8362cd5ddc0cdc9cb07b (patch) | |
tree | 66f18a2d7832821463a8cca1e22098bdb5a8e529 /media-radio/xastir/files | |
parent | net-analyzer/packit: fix autoreconf with newer automake (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-radio/xastir/files')
-rw-r--r-- | media-radio/xastir/files/xastir-2.1.6-automake-1.16.5.patch | 13 |
1 files changed, 13 insertions, 0 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 + ######################################################################### + + |