summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-06-09 09:15:46 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-06-09 09:15:46 +0000
commit0454254821510201a04aa41b1c341e94a9192bbb (patch)
treecd9055ae3007c00f0d84e4ea02aaabfa24f0f504 /sci-libs/libghemical/libghemical-2.00.ebuild
parentSpring cleaning. (diff)
downloadhistorical-0454254821510201a04aa41b1c341e94a9192bbb.tar.gz
historical-0454254821510201a04aa41b1c341e94a9192bbb.tar.bz2
historical-0454254821510201a04aa41b1c341e94a9192bbb.zip
Patch to allow compilation with gcc-4.3. Many thanks to Marek Miller on bug #225401.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'sci-libs/libghemical/libghemical-2.00.ebuild')
-rw-r--r--sci-libs/libghemical/libghemical-2.00.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libghemical/libghemical-2.00.ebuild b/sci-libs/libghemical/libghemical-2.00.ebuild
index cdec23e108ba..3ef8159648c9 100644
--- a/sci-libs/libghemical/libghemical-2.00.ebuild
+++ b/sci-libs/libghemical/libghemical-2.00.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/sci-libs/libghemical/libghemical-2.00.ebuild,v 1.4 2006/11/24 21:49:01 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.00.ebuild,v 1.5 2008/06/09 09:15:45 je_fro Exp $
inherit autotools eutils
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${PV}-really-find-blas-and-lapack.patch
+ epatch "${FILESDIR}"/${PV}-really-find-blas-and-lapack.patch
cd "${S}"
eautoreconf
}