Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 272451 Details for
Bug 361879
media-sound/lame USE=-mmx - configure handles --disable-nasm improperly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
workaround patch for ebuild
lame-3.98.4-r1.ebuild (text/plain), 1.25 KB, created by
Dillon
on 2011-05-08 05:47:38 UTC
(
hide
)
Description:
workaround patch for ebuild
Filename:
MIME Type:
Creator:
Dillon
Created:
2011-05-08 05:47:38 UTC
Size:
1.25 KB
patch
obsolete
>--- lame-3.98.4.ebuild 2011-04-10 08:01:17.000000000 -0400 >+++ lame-3.98.4-r1.ebuild 2011-05-08 01:45:11.097161340 -0400 >@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P} > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" >-IUSE="debug mmx mp3rtp sndfile static-libs" >+IUSE="debug mmx mp3rtp pic sndfile static-libs" > > RDEPEND=">=sys-libs/ncurses-5.2 > sndfile? ( >=media-libs/libsndfile-1.0.2 )" >@@ -33,19 +33,32 @@ src_prepare() { > > AT_M4DIR="${S}" eautoreconf > epunt_cxx #74498 >+ >+ if use pic; then >+ if use mmx; then >+ ewarn "pic conflicts with pic unfriendly asm. mmx will be disabled." >+ fi >+ fi > } > > src_configure() { > local myconf > use sndfile && myconf="--with-fileio=sndfile" >+ >+ if use !pic; then >+ if use mmx; then >+ myconf="${myconf} --enable-nasm" >+ #defining --enable-nasm=no causes nasm to unconditionally be used >+ fi >+ fi > > econf \ > --disable-dependency-tracking \ > $(use_enable static-libs static) \ > $(use_enable debug debug norm) \ >- $(use_enable mmx nasm) \ > --disable-mp3x \ > $(use_enable mp3rtp) \ >+ $(use_with pic) \ > ${myconf} > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 361879
: 272451