Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass/ELT-patches/irix-ltmain: 2.2.6
Date: Wed, 27 Jan 2010 20:39:41
Message-Id: E1NaEfm-0000cE-Oq@stork.gentoo.org
1 grobian 10/01/27 20:39:34
2
3 Added: 2.2.6
4 Log:
5 add ELT-patches from Prefix, bug #301190
6
7 Revision Changes Path
8 1.1 eclass/ELT-patches/irix-ltmain/2.2.6
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/irix-ltmain/2.2.6?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/irix-ltmain/2.2.6?rev=1.1&content-type=text/plain
12
13 Index: 2.2.6
14 ===================================================================
15 I notice that $EPREFIX/usr/share/libtool/config/ltmain.sh also has this
16 stray increment - so I'd assume that this is a bug in libtool (which is
17 perhaps trying to fix a deprecated behaviour of old IRIX versions?).
18
19 http://bugs.gentoo.org/show_bug.cgi?id=301520
20
21
22 --- ltmain.sh.dist 2010-01-19 14:04:22.101603800 +0000
23 +++ ltmain.sh 2010-01-19 14:08:29.361500240 +0000
24 @@ -6225,7 +6225,6 @@ func_mode_link ()
25 current=$func_arith_result
26 age="$number_minor"
27 revision="$number_minor"
28 - lt_irix_increment=no
29 ;;
30 esac
31 ;;
32 @@ -6297,11 +6296,7 @@ func_mode_link ()
33 ;;
34
35 irix | nonstopux)
36 - if test "X$lt_irix_increment" = "Xno"; then
37 - func_arith $current - $age
38 - else
39 - func_arith $current - $age + 1
40 - fi
41 + func_arith $current - $age
42 major=$func_arith_result
43
44 case $version_type in