Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145030 Details for
Bug 211999
media-libs/openjpeg-1.3 partially ignores CFLAGS plus crosscompile issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openjpeg-1.3.ebuild.diff
openjpeg-1.3.ebuild.diff (text/plain), 1.02 KB, created by
Jakub Moc (RETIRED)
on 2008-03-01 17:53:30 UTC
(
hide
)
Description:
openjpeg-1.3.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2008-03-01 17:53:30 UTC
Size:
1.02 KB
patch
obsolete
>--- openjpeg-1.3.ebuild 2008-03-01 12:39:48.000000000 +0100 >+++ openjpeg-1.3.ebuild 2008-03-01 18:51:28.000000000 +0100 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-1.3.ebuild,v 1.1 2008/03/01 11:39:48 drizzt Exp $ > >-inherit flag-o-matic toolchain-funcs multilib >+inherit toolchain-funcs multilib > > DESCRIPTION="An open-source JPEG 2000 codec written in C" > HOMEPAGE="http://www.openjpeg.org/" >@@ -11,7 +11,9 @@ > LICENSE="BSD-2" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >-IUSE="" >+IUSE="tools" >+ >+DEPEND="tools? ( >=media-libs/tiff-3.8.2 )" > > S="${WORKDIR}/OpenJPEG_v1_3" > >@@ -23,8 +25,8 @@ > } > > src_compile() { >- append-flags -fPIC >- emake CC="$(tc-getCC)" AR="$(tc-getAR)" COMPILERFLAGS="${CFLAGS}" || die "emake failed" >+ emake CC="$(tc-getCC)" AR="$(tc-getAR)" COMPILERFLAGS="${CFLAGS} -fPIC" || die "emake failed" >+ emake -C codec CC="$(tc-getCC)" || die "emake codec 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 211999
:
145029
|
145030
|
145032
|
145033