Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 93765 | Differences between
and this patch

Collapse All | Expand All

(-)mono-1.1.7-r1.ebuild (-2 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.7-r1.ebuild,v 1.1 2005/05/26 22:55:30 latexer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.7.ebuild,v 1.5 2005/05/17 19:00:55 latexer Exp $
4
4
5
inherit eutils mono flag-o-matic
5
inherit eutils mono flag-o-matic
6
6
Lines 10-16 Link Here
10
10
11
LICENSE="|| ( GPL-2 LGPL-2 X11)"
11
LICENSE="|| ( GPL-2 LGPL-2 X11)"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~x86 -ppc ~amd64"
13
KEYWORDS="~x86 ~ppc ~amd64"
14
IUSE="nptl icu X"
14
IUSE="nptl icu X"
15
15
16
DEPEND="virtual/libc
16
DEPEND="virtual/libc
Lines 39-44 Link Here
39
	# Fix for linking to ICU
39
	# Fix for linking to ICU
40
	epatch ${FILESDIR}/${PN}-1.1.5-icu-linking.diff || die
40
	epatch ${FILESDIR}/${PN}-1.1.5-icu-linking.diff || die
41
41
42
	# Fix building on PPC
43
	epatch ${FILESDIR}/${P}-ppc-tls.diff || die
44
42
	# Fix MONO_CFG_DIR for signing
45
	# Fix MONO_CFG_DIR for signing
43
	sed -i \
46
	sed -i \
44
		"s:^\t\(MONO_PATH.*)\):\tMONO_CFG_DIR='${D}/etc/' \1:" \
47
		"s:^\t\(MONO_PATH.*)\):\tMONO_CFG_DIR='${D}/etc/' \1:" \

Return to bug 93765