diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-05 17:44:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-05 17:44:37 +0000 |
commit | abb08944cbcc29aee22f696aa2a325a9ed6eb534 (patch) | |
tree | a55500c9e1921dab38b2d06f5b54b3938d656b0c /net-misc/vnc | |
parent | amd64 stable (diff) | |
download | gentoo-2-abb08944cbcc29aee22f696aa2a325a9ed6eb534.tar.gz gentoo-2-abb08944cbcc29aee22f696aa2a325a9ed6eb534.tar.bz2 gentoo-2-abb08944cbcc29aee22f696aa2a325a9ed6eb534.zip |
Fix autoconf failure, bug #220455, thanks to Christopher Covington for the patch
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/vnc')
-rw-r--r-- | net-misc/vnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/vnc/vnc-4.1.2-r4.ebuild | 4 |
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" |