Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98495 Details for
Bug 149642
media-gfx/dcraw-8.39 doesn't respect CFLAGS and compiles in src_install()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dcraw-8.39.ebuild.diff
dcraw-8.39.ebuild.diff (text/plain), 833 bytes, created by
Jakub Moc (RETIRED)
on 2006-09-30 23:38:21 UTC
(
hide
)
Description:
dcraw-8.39.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2006-09-30 23:38:21 UTC
Size:
833 bytes
patch
obsolete
>--- dcraw-8.39.ebuild.orif 2006-09-30 00:17:47.000000000 +0200 >+++ dcraw-8.39.ebuild 2006-10-01 08:25:30.000000000 +0200 >@@ -1,8 +1,8 @@ > # Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.39.ebuild,v 1.1 2006/09/29 22:17:47 wschlich Exp $ >+# $Header: $ > >-inherit eutils flag-o-matic >+inherit eutils toolchain-funcs > > DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" > HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" >@@ -17,11 +17,12 @@ > > src_unpack() { > unpack ${A} >- cd ${S} >+ cd "${S}" >+ epatch "${FILESDIR}"/Makefile.patch > } > > src_compile() { >- emake || die "make failed" >+ emake CC=$(tc-getCC) || die "make failed" > } > > 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 149642
:
98494
| 98495