Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227051 Details for
Bug 313929
media-libs/libcaca-0.99_beta16-r1 doesn't compile on gcc with graphite enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libcaca-0.99_beta16-r1.ebuild
libcaca-0.99_beta16-r1.ebuild (text/plain), 1.74 KB, created by
Laurento Frittella (mrfree)
on 2010-04-08 19:35:55 UTC
(
hide
)
Description:
libcaca-0.99_beta16-r1.ebuild
Filename:
MIME Type:
Creator:
Laurento Frittella (mrfree)
Created:
2010-04-08 19:35:55 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic eutils autotools libtool mono > >MY_P="${P/_beta/.beta}" > >DESCRIPTION="A library that creates colored ASCII-art graphics" >HOMEPAGE="http://libcaca.zoy.org/" >SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" > >LICENSE="WTFPL-2 LGPL-2.1" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" >IUSE="doc imlib mono ncurses nocxx opengl ruby slang X" > >RDEPEND="ncurses? ( >=sys-libs/ncurses-5.3 ) > slang? ( >=sys-libs/slang-1.4 ) > imlib? ( media-libs/imlib2 ) > X? ( x11-libs/libX11 x11-libs/libXt ) > opengl? ( virtual/opengl media-libs/freeglut ) > mono? ( dev-lang/mono ) > ruby? ( virtual/ruby )" >DEPEND="${RDEPEND} > dev-util/pkgconfig > doc? ( app-doc/doxygen > virtual/latex-base > || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )" > >S="${WORKDIR}/${MY_P}" > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}/${PN}-0.99_beta14-deoptimise.patch" > epatch "${FILESDIR}/${P}-freeglut-2.6.patch" > > eautoreconf > elibtoolize >} > >src_compile() { > # temp font fix #44128 > export VARTEXFONTS="${T}/fonts" > > filter-flags -floop-block > filter-flags -floop-interchange > filter-flags -floop-strip-mine > > econf \ > $(use_enable doc) \ > $(use_enable ncurses) \ > $(use_enable slang) \ > $(use_enable imlib imlib2) \ > $(use_enable X x11) $(use_with X x) --x-libraries=/usr/$(get_libdir) \ > $(use_enable opengl gl) \ > $(use_enable !nocxx cxx) \ > $(use_enable mono csharp) \ > $(use_enable ruby) \ > || die "econf failed" > emake || die "emake failed" > unset VARTEXFONTS >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog NEWS NOTES README >}
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 313929
: 227051