Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226895 Details for
Bug 313673
dev-libs/libmba: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updating ebuild
libmba-0.9.1.diff (text/plain), 1.52 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-04-07 16:43:17 UTC
(
hide
)
Description:
updating ebuild
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-04-07 16:43:17 UTC
Size:
1.52 KB
patch
obsolete
>--- libmba-0.9.1.ebuild.orig 2010-04-07 18:29:23.000000000 +0200 >+++ libmba-0.9.1.ebuild 2010-04-07 18:34:27.000000000 +0200 >@@ -1,8 +1,10 @@ >-# Copyright 1999-2008 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-libs/libmba/libmba-0.9.1.ebuild,v 1.4 2008/10/27 17:07:00 jokey Exp $ > >-inherit toolchain-funcs >+EAPI="2" >+ >+inherit eutils multilib toolchain-funcs > > DESCRIPTION="A library of generic C modules." > HOMEPAGE="http://www.ioplex.com/~miallen/libmba/" >@@ -10,30 +12,25 @@ > > LICENSE="MIT" > SLOT="0" >-KEYWORDS="x86" >-IUSE="" >+KEYWORDS="~amd64 x86" >+IUSE="static-libs" > > DEPEND="" > RDEPEND="" > >-src_unpack() { >- unpack ${A} >- cd ${S} >- rm Makefile.linux >+pkg_setup(){ >+ use static-libs && export STATIC="1" > } > >-src_compile() { >- # Parallel make fails unless mktool is built first >- emake CC="$(tc-getCC)" -j1 mktool || die "Unable to build mktool" >- >- # Makefile uses MFLAGS, not CFLAGS >- # Additional MFLAGS are from Makefile and are required >- emake MFLAGS="-Isrc -W1 ${CFLAGS}" || die "emake failed" >+src_prepare() { >+ epatch "${FILESDIR}"/${P}-qa.patch >+ tc-export CC >+ sed -i -e "s:gcc:${CC}:g" mktool.c || die >+ sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):" Makefile || die > } > > src_install() { >- # einstall is required here. No DESTDIR support >- einstall || die "Install failed!" >+ emake DESTDIR="${D}" install || die > > dodoc README.txt docs/*.txt || die > dohtml -r docs/*.html docs/www/* docs/ref || die
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 313673
:
226875
| 226895 |
226897