Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 200228 Details for
Bug 280400
[patch] sys-apps/powerpc-utils-1.1.3.18-r1 - respect CC CFLAGS LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
powerpc-utils-1.1.3.18-r1.ebuild.patch (text/plain), 1.18 KB, created by
Jeroen Roovers (RETIRED)
on 2009-08-05 04:12:34 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2009-08-05 04:12:34 UTC
Size:
1.18 KB
patch
obsolete
>Index: powerpc-utils-1.1.3.18-r1.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r1.ebuild,v >retrieving revision 1.2 >diff -u -B -r1.2 powerpc-utils-1.1.3.18-r1.ebuild >--- powerpc-utils-1.1.3.18-r1.ebuild 17 Apr 2009 14:47:46 -0000 1.2 >+++ powerpc-utils-1.1.3.18-r1.ebuild 5 Aug 2009 04:11:28 -0000 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r1.ebuild,v 1.2 2009/04/17 14:47:46 ranger Exp $ > >-inherit eutils versionator >+inherit eutils versionator toolchain-funcs > > BASEVER=$(get_version_component_range 1-3) > DEBREV=$(get_version_component_range 4) >@@ -25,12 +25,14 @@ > src_unpack() { > unpack ${A} > cd ${S} >- epatch ${WORKDIR}/${PN}_${BASEVER}-${DEBREV}.diff >- epatch ${WORKDIR}/${PN}-cleanup.patch >+ epatch "${WORKDIR}/${PN}_${BASEVER}-${DEBREV}.diff" >+ epatch "${WORKDIR}/${PN}-cleanup.patch" >+ epatch "${FILESDIR}/${P}-compiler.patch" > } > > src_compile() { >- emake CFLAGS="$CFLAGS -fsigned-char -D_GNU_SOURCE" || die >+ tc-export CC >+ emake || die > } > > src_install() {
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 280400
:
200226
| 200228 |
200230