Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34706 Details for
Bug 55955
mono-debugger-0.9.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mono-debugger-0.9.ebuild
mono-debugger-0.9.ebuild (text/plain), 1.15 KB, created by
Paul Richardson
on 2004-07-03 06:14:33 UTC
(
hide
)
Description:
mono-debugger-0.9.ebuild
Filename:
MIME Type:
Creator:
Paul Richardson
Created:
2004-07-03 06:14:33 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-0.7.ebuild,v 1.3 2004/06/25 02:40:45 agriffis Exp $ > >inherit mono libtool eutils > >DESCRIPTION="Debugger for mono applications." >HOMEPAGE="http://www.mono-project.com/" >SRC_URI="http://primates.ximian.com/~martin/debugger/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="" >DEPEND=">=dev-dotnet/mono-1.0-r1 > >=dev-util/monodoc-1.0 > sys-libs/libtermcap-compat" > >src_unpack() { > unpack ${A} > > if ! have_NPTL > then > eerror "mono-debugger requires you to have NPTL support in glibc." > eerror "To this, you need to re-emerge glibc with 2.6 kernel headers." > eerror "Optionally, remove 'nptl' from your USE flags to make ebuilds" > eerror "not depend on mono-debugger (such as monodevelop)." > die "No support for NPTL found in glibc!" > fi > > cd ${S} > epatch ${FILESDIR}/${P}-include-internals.patch >} > >src_compile() { > elibtoolize > econf || die > emake -j1 || die >} > >src_install() { > make GACUTIL_FLAGS="/root ${D}/usr/lib /gacdir /usr/lib -package gtk-sharp" \ > DESTDIR=${D} install || die >}
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 55955
: 34706 |
34707