Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92717 Details for
Bug 122638
media-libs/gle --as-needed bug, version bump, cleanup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gle-3.1.0.ebuild
gle-3.1.0.ebuild (text/plain), 801 bytes, created by
Samuli Suominen (RETIRED)
on 2006-07-25 06:18:03 UTC
(
hide
)
Description:
gle-3.1.0.ebuild
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2006-07-25 06:18:03 UTC
Size:
801 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="GL extrusion library" >HOMEPAGE="http://www.linas.org/gle" >SRC_URI="http://www.linas.org/gle/pub/${P}.tar.gz" > >LICENSE="Artistic GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" >IUSE="doc" > >DEPEND="virtual/opengl > virtual/glu > virtual/glut" > >src_compile() { > # Replace inclusion of malloc.h with stdlib.h as needed by Mac OS X and > # FreeBSD. > sed -i -e 's:malloc.h:stdlib.h:g' src/* > > econf --with-x || die "econf failed." > emake || die "emake failed." >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed." > dodoc AUTHORS ChangeLog NEWS README > use doc || rm -rf ${D}/usr/share/doc/gle >}
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 122638
:
79636
|
79637
|
92717
|
92720