diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-03-23 15:23:23 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-03-23 15:23:23 +0100 |
commit | ad2f301de2a6b184295c645c1142c3bdf10112a3 (patch) | |
tree | 77007d3eeeae1bc8318647c171227e3d62981655 /sys-devel/autoconf/files | |
parent | media-sound/gnome-music: Drop dead implementation from PYTHON_COMPAT again (diff) | |
download | gentoo-ad2f301de2a6b184295c645c1142c3bdf10112a3.tar.gz gentoo-ad2f301de2a6b184295c645c1142c3bdf10112a3.tar.bz2 gentoo-ad2f301de2a6b184295c645c1142c3bdf10112a3.zip |
sys-devel/autoconf: add Prefix keywords and Darwin patch
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-devel/autoconf/files')
-rw-r--r-- | sys-devel/autoconf/files/autoconf-2.61-darwin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch b/sys-devel/autoconf/files/autoconf-2.61-darwin.patch new file mode 100644 index 000000000000..2ac2be361db1 --- /dev/null +++ b/sys-devel/autoconf/files/autoconf-2.61-darwin.patch @@ -0,0 +1,11 @@ +--- bin/autoreconf.in ++++ bin/autoreconf.in +@@ -110,7 +110,7 @@ + my $autoheader = $ENV{'AUTOHEADER'} || '@bindir@/@autoheader-name@'; + my $automake = $ENV{'AUTOMAKE'} || 'automake'; + my $aclocal = $ENV{'ACLOCAL'} || 'aclocal'; +-my $libtoolize = $ENV{'LIBTOOLIZE'} || 'libtoolize'; ++my $libtoolize = $ENV{'LIBTOOLIZE'} || 'glibtoolize'; + my $autopoint = $ENV{'AUTOPOINT'} || 'autopoint'; + + # --install -- as --add-missing in other tools. |