diff options
author | 2007-05-31 21:53:41 +0000 | |
---|---|---|
committer | 2007-05-31 21:53:41 +0000 | |
commit | 569bf683135bd12e262d44e80753af94fdc722f8 (patch) | |
tree | b1b97256ada5d2960af0ccb6ad25d2276127d5d8 /net-misc/tightvnc/tightvnc-1.3.9.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-569bf683135bd12e262d44e80753af94fdc722f8.tar.gz gentoo-2-569bf683135bd12e262d44e80753af94fdc722f8.tar.bz2 gentoo-2-569bf683135bd12e262d44e80753af94fdc722f8.zip |
Add patch to compile on fbsd, thanks to ebfe <knabberknusperhaus at yahoo dot de> for the patch, bug 171945
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-misc/tightvnc/tightvnc-1.3.9.ebuild')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.3.9.ebuild b/net-misc/tightvnc/tightvnc-1.3.9.ebuild index 0b6c1220d12d..02456f876c85 100644 --- a/net-misc/tightvnc/tightvnc-1.3.9.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9.ebuild,v 1.3 2007/05/31 20:39:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9.ebuild,v 1.4 2007/05/31 21:53:41 armin76 Exp $ inherit eutils toolchain-funcs @@ -62,6 +62,7 @@ src_unpack() { use mips && epatch "${FILESDIR}/${PN}-1.3.8-mips.patch" epatch "${FILESDIR}"/server-CVE-2007-1003.patch epatch "${FILESDIR}"/server-CVE-2007-1351-1352.patch + epatch "${FILESDIR}"/${PV}-fbsd.patch } |