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
commitb1a088f3f959f7f5b174666382da09103ca50686 (patch)
tree707020ec5846bd72ca40c775ae3d011b1a675145 /sci-libs/libghemical/libghemical-2.00.ebuild
parentSpring cleaning. (diff)
downloadgentoo-2-b1a088f3f959f7f5b174666382da09103ca50686.tar.gz
gentoo-2-b1a088f3f959f7f5b174666382da09103ca50686.tar.bz2
gentoo-2-b1a088f3f959f7f5b174666382da09103ca50686.zip
Patch to allow compilation with gcc-4.3. Many thanks to Marek Miller on bug #225401.
(Portage version: 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
}