summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-09-18 17:42:59 +0200
committerDavid Seifert <soap@gentoo.org>2021-09-18 17:42:59 +0200
commit635c42f27d3fdd9af8357d1308c719714d5105fd (patch)
tree2a874973e4106ba47ca5554c8f0ce65226c817d9 /sys-devel/automake/files/automake-1.4-libtoolize.patch
parentnet-libs/webkit-gtk: bump to 2.32.4 (diff)
downloadgentoo-635c42f27d3fdd9af8357d1308c719714d5105fd.tar.gz
gentoo-635c42f27d3fdd9af8357d1308c719714d5105fd.tar.bz2
gentoo-635c42f27d3fdd9af8357d1308c719714d5105fd.zip
sys-devel/automake: drop versions
* 1.4_p6-r2 * 1.5-r2 * 1.6.3-r2 * 1.7.9-r3 * 1.8.5-r5 * 1.9.6-r5 * 1.10.3-r3 * 1.12.6-r2 * 1.14.1-r2 Closes: https://github.com/gentoo/gentoo/pull/22325 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel/automake/files/automake-1.4-libtoolize.patch')
-rw-r--r--sys-devel/automake/files/automake-1.4-libtoolize.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-devel/automake/files/automake-1.4-libtoolize.patch b/sys-devel/automake/files/automake-1.4-libtoolize.patch
deleted file mode 100644
index 3e818ca960ba..000000000000
--- a/sys-devel/automake/files/automake-1.4-libtoolize.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Patch from redhat/fedora which made it into upstream.
-
---- a/automake.in
-+++ b/automake.in
-@@ -6882,9 +6882,11 @@
- $suppress = 1;
-
- # Maybe run libtoolize.
-+ @libtoolize_args = ('--automake');
-+ push @libtoolize_args, '-c' if $copy_missing;
- if ($seen_libtool
- && grep ($_ eq $file, @libtoolize_files)
-- && system ('libtoolize', '--automake'))
-+ && system ('libtoolize', @libtoolize_args))
- {
- $message = "installing \`$errfile'";
- $suppress = 0;