diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-02-19 18:14:41 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-02-19 18:15:12 +0100 |
commit | 8c10f9b4fdfbe56f007b41941c291a4bd6bf091c (patch) | |
tree | 4bdf0fdfcba4049eff4b20a4a29687449648bcd9 /sys-devel/autoconf | |
parent | www-servers/varnish: fix bug #647984 (diff) | |
download | gentoo-8c10f9b4fdfbe56f007b41941c291a4bd6bf091c.tar.gz gentoo-8c10f9b4fdfbe56f007b41941c291a4bd6bf091c.tar.bz2 gentoo-8c10f9b4fdfbe56f007b41941c291a4bd6bf091c.zip |
sys-devel/autoconf: adjust patch so it applies using epatch
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/files/autoconf-2.61-darwin.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch b/sys-devel/autoconf/files/autoconf-2.61-darwin.patch index 2ac2be361db1..83f450e6f5af 100644 --- a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch +++ b/sys-devel/autoconf/files/autoconf-2.61-darwin.patch @@ -1,5 +1,5 @@ ---- bin/autoreconf.in -+++ bin/autoreconf.in +--- a/bin/autoreconf.in ++++ b/bin/autoreconf.in @@ -110,7 +110,7 @@ my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@'; my $automake = $ENV{'AUTOMAKE'} || 'automake'; |