Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpg123/files: 0.67-no-faltivec.patch
Date: Sun, 21 Oct 2007 15:38:07
Message-Id: E1Ijchv-0002d2-RR@stork.gentoo.org
1 chainsaw 07/10/21 15:27:15
2
3 Added: 0.67-no-faltivec.patch
4 Log:
5 GCC 4.2.2 really hates the -faltivec this build system wants to specify, remove it so USE=altivec can actually be used. Quote some vars in an older ebuild to make repoman happy.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.1 media-sound/mpg123/files/0.67-no-faltivec.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/files/0.67-no-faltivec.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg123/files/0.67-no-faltivec.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.67-no-faltivec.patch
15 ===================================================================
16 --- mpg123-0.67/configure.ac.orig 2007-10-21 16:07:05.000000000 +0100
17 +++ mpg123-0.67/configure.ac 2007-10-21 16:07:24.000000000 +0100
18 @@ -445,7 +445,7 @@
19 CFLAGS="$CFLAGS -DOPT_GENERIC -DREAL_IS_FIXED"
20 ;;
21 altivec)
22 - CFLAGS="$CFLAGS -maltivec -faltivec -DREAL_IS_FLOAT -DOPT_ALTIVEC"
23 + CFLAGS="$CFLAGS -maltivec -DREAL_IS_FLOAT -DOPT_ALTIVEC"
24 ;;
25 i386)
26 CFLAGS="$CFLAGS -DOPT_I386 -DREAL_IS_FLOAT"
27
28
29
30 --
31 gentoo-commits@g.o mailing list