summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2008-06-01 16:58:14 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2008-06-01 16:58:14 +0000
commit0d016b977134e2c544ca45db6392abb0d9aa6af8 (patch)
treed26ef7d52ebe0f2b4ed8f704e577823248999f4b /app-benchmarks/acovea/acovea-5.1.1.ebuild
parentassign to bsd herd (diff)
downloadgentoo-2-0d016b977134e2c544ca45db6392abb0d9aa6af8.tar.gz
gentoo-2-0d016b977134e2c544ca45db6392abb0d9aa6af8.tar.bz2
gentoo-2-0d016b977134e2c544ca45db6392abb0d9aa6af8.zip
Apply patch which fixes dev-libs/libevocosm issue. Patch created by John Brooks <aspecialj@gmail.com>, bug 219998
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-benchmarks/acovea/acovea-5.1.1.ebuild')
-rw-r--r--app-benchmarks/acovea/acovea-5.1.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-benchmarks/acovea/acovea-5.1.1.ebuild b/app-benchmarks/acovea/acovea-5.1.1.ebuild
index 73ea3ff7e58a..79893b686c6f 100644
--- a/app-benchmarks/acovea/acovea-5.1.1.ebuild
+++ b/app-benchmarks/acovea/acovea-5.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.2 2006/10/02 09:50:03 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/acovea/acovea-5.1.1.ebuild,v 1.3 2008/06/01 16:58:14 pchrist Exp $
inherit autotools
@@ -25,6 +25,9 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-asneeded.patch
epatch "${FILESDIR}"/${P}-free-fix.patch
+ if has_version ">=libevocosm-3.3.0" ; then
+ epatch ${FILESDIR}"/${P}-libevocosm.patch"
+ fi
eautomake
}