diff options
author | 2008-07-27 15:02:09 +0000 | |
---|---|---|
committer | 2008-07-27 15:02:09 +0000 | |
commit | dd3d8614878f236af65c785f6fbbc5f48f8e408d (patch) | |
tree | d06dea1d74604d10d9067917ea07943244ac2122 /sci-chemistry/maid/maid-20011112.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-dd3d8614878f236af65c785f6fbbc5f48f8e408d.tar.gz gentoo-2-dd3d8614878f236af65c785f6fbbc5f48f8e408d.tar.bz2 gentoo-2-dd3d8614878f236af65c785f6fbbc5f48f8e408d.zip |
Added gcc-4.3 compatibility patch.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-SENTINEL-5 i686)
Diffstat (limited to 'sci-chemistry/maid/maid-20011112.ebuild')
-rw-r--r-- | sci-chemistry/maid/maid-20011112.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-chemistry/maid/maid-20011112.ebuild b/sci-chemistry/maid/maid-20011112.ebuild index 7abdddeb2d3b..127276b9e26a 100644 --- a/sci-chemistry/maid/maid-20011112.ebuild +++ b/sci-chemistry/maid/maid-20011112.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.8 2008/06/27 10:27:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.9 2008/07/27 15:02:08 markusle Exp $ inherit eutils toolchain-funcs @@ -32,10 +32,11 @@ src_unpack() { fi unpack ${A} - cd ${S} + cd "${S}" - epatch ${DISTDIR}/maid-fix-compilation.patch.bz2 - epatch ${FILESDIR}/fix-warnings.patch + epatch "${DISTDIR}"/maid-fix-compilation.patch.bz2 + epatch "${FILESDIR}"/fix-warnings.patch + epatch "${FILESDIR}"/${PN}-gcc4.3.patch if use X; then ln -s makefile_graphics makefile |