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 | 51da69f23a7f17ea75efae837c71918ca647697e (patch) | |
tree | aaba02b8258bc1e0e6a02158c27f2169f47e92d7 /sys-devel/libtool/files | |
parent | Marked ~ppc. (diff) | |
download | historical-51da69f23a7f17ea75efae837c71918ca647697e.tar.gz historical-51da69f23a7f17ea75efae837c71918ca647697e.tar.bz2 historical-51da69f23a7f17ea75efae837c71918ca647697e.zip |
tweak patch slightly based upon input from upstream
Package-Manager: portage-2.0.53
Diffstat (limited to 'sys-devel/libtool/files')
-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([ |