Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31081 Details for
Bug 50595
dev-libs/libjit (New ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for dev-libs/libjit-0.0.0f
libjit-0.0.0f.ebuild (text/plain), 872 bytes, created by
Michael C. Ferguson
on 2004-05-09 20:49:18 UTC
(
hide
)
Description:
ebuild for dev-libs/libjit-0.0.0f
Filename:
MIME Type:
Creator:
Michael C. Ferguson
Created:
2004-05-09 20:49:18 UTC
Size:
872 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="libjit is implements Just-In-Time compilation functionality and is designed to be independent of any particular virtual machine bytecode format or language" >HOMEPAGE="http://www.southern-storm.com.au/libjit.html" >SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" > >DEPEND="sys-devel/make > sys-devel/bison > sys-devel/flex > virtual/glibc > sys-devel/gcc" > ># See the README -- libjit does not like this option... ># Downstream packages that link against libjit must also filter this out. >filter-flags "-fomit-frame-pointer" > >src_compile() { > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > einstall || die "einstall failed" >}
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 Raw
Actions:
View
Attachments on
bug 50595
: 31081