diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-13 03:16:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-13 03:16:27 +0000 |
commit | 4ad62bb4af670e95c8cd17d55b4201e4a8b154d3 (patch) | |
tree | a09acee8c96e815f6a2c50f5211c9bccad65d0c7 /sys-devel | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-4ad62bb4af670e95c8cd17d55b4201e4a8b154d3.tar.gz gentoo-2-4ad62bb4af670e95c8cd17d55b4201e4a8b154d3.tar.bz2 gentoo-2-4ad62bb4af670e95c8cd17d55b4201e4a8b154d3.zip |
tweak patch slightly based upon input from upstream
(Portage version: 2.0.53)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/files/1.5.20/libtool-1.5.20-version-checking.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/libtool/files/1.5.20/libtool-1.5.20-version-checking.patch b/sys-devel/libtool/files/1.5.20/libtool-1.5.20-version-checking.patch index 63b8ef5be631..8d6f4f38172a 100644 --- a/sys-devel/libtool/files/1.5.20/libtool-1.5.20-version-checking.patch +++ b/sys-devel/libtool/files/1.5.20/libtool-1.5.20-version-checking.patch @@ -38,7 +38,7 @@ http://bugs.gentoo.org/73140 +]) +fi +gentoo_lt_version="@_LT_VERSION@" -+gentoo_ltmain_version=`grep '^@<:@ @:>@*VERSION=' $ltmain | sed -e 's|^@<:@ @:>@*VERSION=||'` ++gentoo_ltmain_version=`sed -n '/^[[ ]]*VERSION=/{s/^[[ ]]*VERSION=//;p;q;}' "$ltmain"` +if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then + AC_MSG_RESULT(no) + AC_MSG_ERROR([ |