Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52450 Details for
Bug 83811
PATCHSET native build of x86 libraries contained in emul-linux-x86-baselibs for 2005.0 profile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ncurses-5.4-r5
ncurses-5.4-r5-amd64.2005.0.patch (text/plain), 1.87 KB, created by
Dario Birtic
on 2005-03-02 06:38:07 UTC
(
hide
)
Description:
patch for ncurses-5.4-r5
Filename:
MIME Type:
Creator:
Dario Birtic
Created:
2005-03-02 06:38:07 UTC
Size:
1.87 KB
patch
obsolete
>--- /usr/portage/sys-libs/ncurses/ncurses-5.4-r5.ebuild.orig 2005-03-02 14:44:30.078915669 +0100 >+++ /usr/portage/sys-libs/ncurses/ncurses-5.4-r5.ebuild 2005-03-02 14:49:03.600598055 +0100 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r5.ebuild,v 1.20 2005/02/25 04:44:51 vapier Exp $ > >-inherit eutils flag-o-matic gnuconfig toolchain-funcs >+inherit eutils flag-o-matic gnuconfig toolchain-funcs multilib > > DESCRIPTION="console display library" > HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html" >@@ -13,7 +13,8 @@ > KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" > IUSE="gpm build bootstrap debug doc uclibc unicode nocxx" > >-DEPEND="gpm? ( sys-libs/gpm )" >+DEPEND="gpm? ( sys-libs/gpm ) >+ !app-emulation/emul-linux-x86-baselibs" > > src_unpack() { > unpack ${A} >@@ -23,9 +24,33 @@ > # Bug #42336. > epatch ${FILESDIR}/${P}-share-sed.patch > gnuconfig_update >+ >+ if use amd64 && has_multilib_profile; then >+ cp -ar ${S} ${S}-x86 >+ mv ${S} ${S}-amd64 >+ fi > } > > src_compile() { >+ if use amd64 && has_multilib_profile; then >+ local OABI=${ABI} >+ local OPWD=$PWD >+ ABI="x86" >+ cd ${S}-x86 >+ src_compile-multilib >+ ABI="amd64" >+ cd ${S}-amd64 >+ src_compile-multilib >+ ABI=${OABI} >+ cd ${OPWD} >+ unset OABI >+ unset OPWD >+ else >+ src_compile-multilib >+ fi >+} >+ >+src_compile-multilib() { > local myconf= > > filter-flags -fno-exceptions >@@ -78,6 +103,25 @@ > } > > src_install() { >+ if use amd64 && has_multilib_profile; then >+ local OABI=${ABI} >+ local OPWD=$PWD >+ ABI="x86" >+ cd ${S}-x86 >+ src_install-multilib >+ ABI="amd64" >+ cd ${S}-amd64 >+ src_install-multilib >+ ABI=${OABI} >+ cd ${OPWD} >+ unset OABI >+ unset OPWD >+ else >+ src_install-multilib >+ fi >+} >+ >+src_install-multilib() { > local x= > > make DESTDIR="${D}" install || die "make install failed"
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 83811
: 52450 |
52451
|
52452
|
52453
|
52469
|
52470
|
52471
|
52474
|
52475
|
52496
|
52497
|
52498
|
52536
|
52541
|
52542
|
52549
|
52550
|
52551