summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/vnc/ChangeLog6
-rw-r--r--net-misc/vnc/vnc-4.1.2-r4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog
index 5e431e4d587c..474611c31828 100644
--- a/net-misc/vnc/ChangeLog
+++ b/net-misc/vnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/vnc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.105 2008/05/02 15:30:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.106 2008/07/05 17:44:37 armin76 Exp $
+
+ 05 Jul 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
+ Fix autoconf failure, bug #220455, thanks to Christopher Covington for the
+ patch
02 May 2008; Raúl Porcel <armin76@gentoo.org> vnc-4.1.2-r4.ebuild:
Bump patchset to fix build failure with gcc-4.3, bug #212948
diff --git a/net-misc/vnc/vnc-4.1.2-r4.ebuild b/net-misc/vnc/vnc-4.1.2-r4.ebuild
index 48e127b963bc..5b412d2128b1 100644
--- a/net-misc/vnc/vnc-4.1.2-r4.ebuild
+++ b/net-misc/vnc/vnc-4.1.2-r4.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.12 2008/05/02 15:30:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2-r4.ebuild,v 1.13 2008/07/05 17:44:37 armin76 Exp $
inherit eutils toolchain-funcs multilib autotools
XSERVER_VERSION="1.3.0.0"
-PATCH="${P}-r4-patches-0.3"
+PATCH="${P}-r4-patches-0.4"
MY_P="vnc-4_1_2-unixsrc"
DESCRIPTION="Remote desktop viewer display system"