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/no-lc: 1.3d 1.5.22
Date: Wed, 27 Jan 2010 20:39:38
Message-Id: E1NaEfo-0000cl-Fb@stork.gentoo.org
1 grobian 10/01/27 20:39:36
2
3 Added: 1.3d 1.5.22
4 Log:
5 add ELT-patches from Prefix, bug #301190
6
7 Revision Changes Path
8 1.1 eclass/ELT-patches/no-lc/1.3d
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/no-lc/1.3d?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/no-lc/1.3d?rev=1.1&content-type=text/plain
12
13 Index: 1.3d
14 ===================================================================
15 --- release-1-3d.orig 2009-12-03 17:05:15.608916799 +0100
16 +++ release-1-3d 2009-12-14 22:01:06.634927600 +0100
17 @@ -1035,6 +1035,10 @@
18 esac
19 elif test "$arg" = "-lm"; then
20 case $host in
21 + *-*-hpux*)
22 + # Compiler inserts libc in the correct place for threads to work
23 + test "X$arg" = "X-lc" && continue
24 + ;;
25 *-*-cygwin* | *-*-pw32* | *-*-beos*)
26 # These systems don't actually have math library (as such)
27 continue
28
29
30
31 1.1 eclass/ELT-patches/no-lc/1.5.22
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/no-lc/1.5.22?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/ELT-patches/no-lc/1.5.22?rev=1.1&content-type=text/plain
35
36 Index: 1.5.22
37 ===================================================================
38 --- release-1-5-22.orig 2009-12-03 17:05:15.605534999 +0100
39 +++ release-1-5-22 2009-12-14 21:56:58.884956366 +0100
40 @@ -1573,7 +1573,7 @@
41 # Causes problems with __ctype
42 test "X$arg" = "X-lc" && continue
43 ;;
44 - *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
45 + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX* | *-*-hpux*)
46 # Compiler inserts libc in the correct place for threads to work
47 test "X$arg" = "X-lc" && continue
48 ;;