diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-05-07 00:24:03 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-05-07 00:24:03 +0100 |
commit | c699fd7e2d0865dd84b22d7ecd019afadf787108 (patch) | |
tree | 7b99276df857ca53415e6e90459e853932ef1559 /patches | |
parent | c6f1599dc9e9dc3ee9b2f18d298c19718db03d00 (diff) | |
download | midipix_build-c699fd7e2d0865dd84b22d7ecd019afadf787108.tar.bz2 midipix_build-c699fd7e2d0865dd84b22d7ecd019afadf787108.tar.xz |
patches/autoconf_2_64_host-2.64.local.patch: updated.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/autoconf_2_64_host-2.64.local.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/patches/autoconf_2_64_host-2.64.local.patch b/patches/autoconf_2_64_host-2.64.local.patch index d363cd23..c379c23e 100644 --- a/patches/autoconf_2_64_host-2.64.local.patch +++ b/patches/autoconf_2_64_host-2.64.local.patch @@ -28,3 +28,33 @@ -e 's|@M4[@]|$(M4)|g' \ -e 's|@M4_DEBUGFILE[@]|$(M4_DEBUGFILE)|g' \ -e 's|@M4_GNU[@]|$(M4_GNU)|g' \ +--- autoconf-2.64/lib/Makefile.in.orig 2009-07-27 04:28:44.000000000 +0100 ++++ autoconf-2.64/lib/Makefile.in 2021-05-07 00:21:50.717431704 +0100 +@@ -34,10 +34,10 @@ + # along with this program. If not, see <http://www.gnu.org/licenses/>. + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ +-pkgincludedir = $(includedir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ +-pkglibexecdir = $(libexecdir)/@PACKAGE@ ++pkgdatadir = $(datadir)/@PACKAGE@-2.64 ++pkgincludedir = $(includedir)/@PACKAGE@-2.64 ++pkglibdir = $(libdir)/@PACKAGE@-2.64 ++pkglibexecdir = $(libexecdir)/@PACKAGE@-2.64 + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd + install_sh_DATA = $(install_sh) -c -m 644 + install_sh_PROGRAM = $(install_sh) -c +@@ -223,9 +223,9 @@ + -e 's|@bindir[@]|$(bindir)|g' \ + -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \ + -e 's|@prefix[@]|$(prefix)|g' \ +- -e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \ +- -e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \ +- -e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \ ++ -e 's|@autoconf-name[@]|'`echo autoconf-2.64 | sed '$(transform)'`'|g' \ ++ -e 's|@autoheader-name[@]|'`echo autoheader-2.64 | sed '$(transform)'`'|g' \ ++ -e 's|@autom4te-name[@]|'`echo autom4te-2.64 | sed '$(transform)'`'|g' \ + -e 's|@M4[@]|$(M4)|g' \ + -e 's|@AWK[@]|$(AWK)|g' \ + -e 's|@VERSION[@]|$(VERSION)|g' \ |