Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191971 Details for
Bug 244014
dev-util/par: CC variable not respected
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Respect user set CC, CFLAGS, and add rdepend.
par_fix_cc_cflags.patch (text/plain), 972 bytes, created by
Espen Hustad
on 2009-05-21 00:18:17 UTC
(
hide
)
Description:
Respect user set CC, CFLAGS, and add rdepend.
Filename:
MIME Type:
Creator:
Espen Hustad
Created:
2009-05-21 00:18:17 UTC
Size:
972 bytes
patch
obsolete
>--- dev-util/par/par-00.05.01.ebuild 2008-11-17 20:36:08.000000000 +0100 >+++ dev-util/par/par-00.05.01.ebuild 2009-05-21 02:09:22.775013214 +0200 >@@ -1,22 +1,26 @@ >-# Copyright 1999-2008 Gentoo Foundation >+# Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/par/par-00.05.01.ebuild,v 1.6 2008/11/17 19:10:17 flameeyes Exp $ > >+inherit toolchain-funcs >+ > DESCRIPTION="par manipulates PalmOS database files" > HOMEPAGE="http://www.djw.org/product/palm/par/" > SRC_URI="http://www.djw.org/product/palm/par/prc.tgz" > >-SLOT="0" > LICENSE="MPL-1.1" >-KEYWORDS="~x86 ~ppc" >+SLOT="0" >+KEYWORDS="~ppc ~x86" > IUSE="" >+ > DEPEND="!app-text/par > !app-arch/par" >+RDEPEND="${DEPEND}" > > S="${WORKDIR}/prc" > > src_compile() { >- emake || die 'Failed to compile!' >+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die 'Failed to compile!' > emake par.man || die 'Failed to make man page!' > } >
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 244014
: 191971