diff options
author | 2011-07-13 09:05:48 +0000 | |
---|---|---|
committer | 2011-07-13 09:05:48 +0000 | |
commit | 00672a33e0b37168ad390e36c07c0db0b260fcbe (patch) | |
tree | f4c2506e1d2e94fa493ed728703312bf510619c9 /x11-libs/cairo/cairo-1.10.2-r1.ebuild | |
parent | Migrated to new git-2.eclass. (diff) | |
download | gentoo-2-00672a33e0b37168ad390e36c07c0db0b260fcbe.tar.gz gentoo-2-00672a33e0b37168ad390e36c07c0db0b260fcbe.tar.bz2 gentoo-2-00672a33e0b37168ad390e36c07c0db0b260fcbe.zip |
added patch required for interix prefix build - upstream committed already.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'x11-libs/cairo/cairo-1.10.2-r1.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-1.10.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/cairo/cairo-1.10.2-r1.ebuild b/x11-libs/cairo/cairo-1.10.2-r1.ebuild index 53f72976ccd6..492794ebc44f 100644 --- a/x11-libs/cairo/cairo-1.10.2-r1.ebuild +++ b/x11-libs/cairo/cairo-1.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r1.ebuild,v 1.12 2011/07/03 10:45:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r1.ebuild,v 1.13 2011/07/13 09:05:48 mduft Exp $ EAPI=3 @@ -64,6 +64,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.8-interix.patch epatch "${FILESDIR}"/${PN}-1.10.0-buggy_gradients.patch + epatch "${FILESDIR}"/${P}-interix.patch # Slightly messed build system YAY if [[ ${PV} == *9999* ]]; then |