Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 295821 Details for
Bug 336049
media-gfx/exiftags does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
exiftags-ldflags.patch
exiftags-ldflags.patch (text/plain), 888 bytes, created by
Michael Palimaka (kensington)
on 2011-12-14 16:35:56 UTC
(
hide
)
Description:
exiftags-ldflags.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2011-12-14 16:35:56 UTC
Size:
888 bytes
patch
obsolete
>--- exiftags-1.01.ebuild >+++ exiftags-1.01.ebuild >@@ -1,7 +1,9 @@ >-# Copyright 1999-2010 Gentoo Foundation >+# Copyright 1999-2011 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/exiftags-1.01.ebuild,v 1.6 2010/01/07 22:05:34 fauli Exp $ > >+EAPI=4 >+ > inherit toolchain-funcs > > DESCRIPTION="Extracts JPEG EXIF headers from digital camera photos" >@@ -15,12 +17,17 @@ > > DEPEND="" > >+src_prepare() { >+ sed -i -e "s/\$(CC)/\$(CC) \$(LDFLAGS)/" Makefile \ >+ || die "Makefile sed failed" >+} >+ > src_compile() { >- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed." >+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" > } > > src_install() { >- dobin exiftags exifcom exiftime || die "dobin failed." >+ dobin exiftags exifcom exiftime > doman exiftags.1 exifcom.1 exiftime.1 > dodoc README CHANGES > }
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 336049
:
246079
| 295821