Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer/files: configure-unsetauto-v2.patch
Date: Thu, 17 Apr 2008 04:00:51
Message-Id: E1JmLIn-0003FU-0v@stork.gentoo.org
1 beandog 08/04/17 04:00:49
2
3 Added: configure-unsetauto-v2.patch
4 Log:
5 Add patch to build on non-x86 arches
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.1 media-video/mplayer/files/configure-unsetauto-v2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/configure-unsetauto-v2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/files/configure-unsetauto-v2.patch?rev=1.1&content-type=text/plain
13
14 Index: configure-unsetauto-v2.patch
15 ===================================================================
16 Index: configure
17 ===================================================================
18 --- configure (revision 26439)
19 +++ configure (working copy)
20 @@ -2300,6 +2300,24 @@
21 _altivec=yes
22 fi
23 fi
24 +if ! x86 ; then
25 + _mmx=
26 + _3dnow=
27 + _3dnowext=
28 + _mmxext=
29 + _sse=
30 + _sse2=
31 + _ssse3=
32 + _cmov=
33 +fi
34 +if ! ppc ; then
35 + _altivec=
36 +fi
37 +if ! arm ; then
38 + _armv5te=
39 + _armv6=
40 + _iwmmxt=
41 +fi
42
43
44 echocheck "extern symbol prefix"
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list