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

Collapse All | Expand All

(-)xmule-1.10.0.ebuild (-1 / +3 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/www/www.gentoo.org/raw_cvs/gentoo-x86/net-p2p/xmule/xmule-1.10.0.ebuild,v 1.2 2005/06/12 12:15:20 swegener Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.10.0.ebuild,v 1.2 2005/06/12 12:15:20 swegener Exp $
4
4
5
inherit wxwidgets eutils
5
inherit wxwidgets eutils
6
6
Lines 24-29 Link Here
24
	unpack ${A}
24
	unpack ${A}
25
	cd ${S}
25
	cd ${S}
26
	sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in || die
26
	sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in || die
27
	epatch ${FILESDIR}/${P}-crypto-gentoo.patch
28
	autoconf
27
}
29
}
28
30
29
src_compile () {
31
src_compile () {

Return to bug 99105