summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-07-27 21:32:38 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-07-27 21:32:38 +0000
commitb0ef471e576c932b15dce17b856d7b636eab717b (patch)
treef990845e76f86771fa07295057a15e1a1c800b8a /net-p2p/xmule/xmule-1.10.0.ebuild
parentNew version (#94873). Ebuild cleanup. (diff)
downloadgentoo-2-b0ef471e576c932b15dce17b856d7b636eab717b.tar.gz
gentoo-2-b0ef471e576c932b15dce17b856d7b636eab717b.tar.bz2
gentoo-2-b0ef471e576c932b15dce17b856d7b636eab717b.zip
xmule detect now crypto++ correctly, bug #99105
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/xmule/xmule-1.10.0.ebuild')
-rw-r--r--net-p2p/xmule/xmule-1.10.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/xmule/xmule-1.10.0.ebuild b/net-p2p/xmule/xmule-1.10.0.ebuild
index 0dd082c075ac..cfbeaa0e27f3 100644
--- a/net-p2p/xmule/xmule-1.10.0.ebuild
+++ b/net-p2p/xmule/xmule-1.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.10.0.ebuild,v 1.2 2005/06/12 12:15:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.10.0.ebuild,v 1.3 2005/07/27 21:32:38 sekretarz Exp $
inherit wxwidgets eutils
@@ -24,6 +24,9 @@ src_unpack() {
unpack ${A}
cd ${S}
sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in || die
+
+ epatch ${FILESDIR}/${P}-crypto-gentoo.patch
+ autoreconf
}
src_compile () {