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

Collapse All | Expand All

(-)/usr/portage/app-misc/mc/mc-4.6.0-r14.ebuild (-5 lines)
Lines 9-15 Link Here
9
DESCRIPTION="GNU Midnight Commander cli-based file manager"
9
DESCRIPTION="GNU Midnight Commander cli-based file manager"
10
HOMEPAGE="http://www.ibiblio.org/mc/"
10
HOMEPAGE="http://www.ibiblio.org/mc/"
11
SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${P}.tar.gz
11
SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${P}.tar.gz
12
	mirror://gentoo/${P}-sambalib-3.0.10.patch.bz2
13
	7zip? ( http://sgh.nightmail.ru/files/u7z/${U7Z} )"
12
	7zip? ( http://sgh.nightmail.ru/files/u7z/${U7Z} )"
14
13
15
LICENSE="GPL-2"
14
LICENSE="GPL-2"
Lines 50-57 Link Here
50
	unpack ${P}.tar.gz
49
	unpack ${P}.tar.gz
51
	cd ${S}
50
	cd ${S}
52
51
53
	epatch ${DISTDIR}/${P}-sambalib-3.0.10.patch.bz2
54
55
	epatch ${FILESDIR}/${P}-find.patch
52
	epatch ${FILESDIR}/${P}-find.patch
56
	epatch ${FILESDIR}/${P}-cpan-2003-1023.patch
53
	epatch ${FILESDIR}/${P}-cpan-2003-1023.patch
57
	epatch ${FILESDIR}/${P}-can-2004-0226-0231-0232.patch.bz2
54
	epatch ${FILESDIR}/${P}-can-2004-0226-0231-0232.patch.bz2
Lines 64-71 Link Here
64
	epatch ${FILESDIR}/${P}-largefile.patch
61
	epatch ${FILESDIR}/${P}-largefile.patch
65
	epatch ${FILESDIR}/${P}-key.c.patch
62
	epatch ${FILESDIR}/${P}-key.c.patch
66
	# Fix building with gcc4.
63
	# Fix building with gcc4.
67
	epatch ${FILESDIR}/${P}-gcc4.patch
68
	epatch ${FILESDIR}/${P}-bug-102356.patch
69
	if use slang && use unicode; then
64
	if use slang && use unicode; then
70
		epatch ${FILESDIR}/${P}-utf8.patch.bz2
65
		epatch ${FILESDIR}/${P}-utf8.patch.bz2
71
	fi
66
	fi

Return to bug 102356