summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2013-01-03 07:49:33 +0000
committerRaúl Porcel <armin76@gentoo.org>2013-01-03 07:49:33 +0000
commit3f54425642c7fe534e211299fa9ba12323aa4d13 (patch)
tree0bee934c374c33aed3450ce405dc2b10e1d065c6
parentclean up (diff)
downloadgentoo-2-3f54425642c7fe534e211299fa9ba12323aa4d13.tar.gz
gentoo-2-3f54425642c7fe534e211299fa9ba12323aa4d13.tar.bz2
gentoo-2-3f54425642c7fe534e211299fa9ba12323aa4d13.zip
Add another configure option to fix bug #445896, #445452, patch by Uroš Vampl <mobile dot leecher at gmail dot com>
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
-rw-r--r--net-misc/tigervnc/ChangeLog6
-rw-r--r--net-misc/tigervnc/tigervnc-1.2.0.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog
index 9fc53a74c52b..6c0f4bc7f68a 100644
--- a/net-misc/tigervnc/ChangeLog
+++ b/net-misc/tigervnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tigervnc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.153 2013/01/03 07:45:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.154 2013/01/03 07:49:33 armin76 Exp $
+
+ 03 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
+ Add another configure option to fix bug #445896, #445452, patch by Uroš
+ Vampl <mobile dot leecher at gmail dot com>
03 Jan 2013; Raúl Porcel <armin76@gentoo.org> tigervnc-1.2.0.ebuild:
Append -fPIC on arm/hppa, bug #443246
diff --git a/net-misc/tigervnc/tigervnc-1.2.0.ebuild b/net-misc/tigervnc/tigervnc-1.2.0.ebuild
index 8a9415322c26..73bee5d99b58 100644
--- a/net-misc/tigervnc/tigervnc-1.2.0.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.14 2013/01/03 07:45:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.15 2013/01/03 07:49:33 armin76 Exp $
EAPI="4"
@@ -142,6 +142,7 @@ src_configure() {
--disable-dmx \
--disable-dri \
--disable-kdrive \
+ --disable-selective-werror \
--disable-silent-rules \
--disable-static \
--disable-unit-tests \