diff options
author | 2009-11-04 19:12:33 +0000 | |
---|---|---|
committer | 2009-11-04 19:12:33 +0000 | |
commit | 218ca679a5d0db44700390b71892888446cf8731 (patch) | |
tree | 9cb8ffc7325f0aeb078f521181d2c1cf29a47d77 /net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-218ca679a5d0db44700390b71892888446cf8731.tar.gz gentoo-2-218ca679a5d0db44700390b71892888446cf8731.tar.bz2 gentoo-2-218ca679a5d0db44700390b71892888446cf8731.zip |
Add a patch to fix corruption on sparc
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild index 7ac6d1e854fc..ad401adf8d89 100644 --- a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.7 2009/10/04 17:17:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.8 2009/11/04 19:12:32 armin76 Exp $ inherit eutils toolchain-funcs java-pkg-opt-2 @@ -70,6 +70,7 @@ src_unpack() { epatch "${FILESDIR}"/1.3.9-fbsd.patch epatch "${FILESDIR}"/1.3.9-arm.patch epatch "${FILESDIR}"/1.3.9-sh.patch + epatch "${FILESDIR}"/${PV}-sparc.patch if use java; then cd "${WORKDIR}" |