Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 430204 Details for
Bug 579682
=dev-libs/libx86-1.1-r4: ~arm keywords request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild-2
libx86-1.1-r3.ebuild (text/plain), 1.20 KB, created by
Oleh
on 2016-04-12 05:30:02 UTC
(
hide
)
Description:
ebuild-2
Filename:
MIME Type:
Creator:
Oleh
Created:
2016-04-12 05:30:02 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit eutils multilib toolchain-funcs flag-o-matic > >DESCRIPTION="A hardware-independent library for executing real-mode x86 code" >HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86" >SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="amd64 x86 arm" >IUSE="static-libs" > >src_prepare() { > # fix compile failure with linux-headers-2.6.26, bug 235599 > epatch "${FILESDIR}"/${PN}-0.99-ifmask.patch > # Patch for bugs #236888 and #456648 > epatch "${FILESDIR}"/${P}-makefile.patch > epatch "${FILESDIR}"/non-x86.patch > > epatch_user >} > >src_configure() { > tc-export CC AR > append-flags -fno-delete-null-pointer-checks #523276 >} > >src_compile() { > local ARGS > use amd64 && ARGS="BACKEND=x86emu" > use arm && ARGS="BACKEND=x86emu" > emake ${ARGS} LIBRARY=shared shared > if use static-libs; then > emake ${ARGS} objclean > emake ${ARGS} LIBRARY=static static > fi >} > >src_install() { > local install_static; > use static-libs && install_static='install-static' > emake \ > LIBDIR="/usr/$(get_libdir)" \ > DESTDIR="${D}" \ > install-header install-shared ${install_static} >}
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 Raw
Actions:
View
Attachments on
bug 579682
:
430200
|
430202
|
430204
|
430206
|
430208
|
430210