summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-08-14 16:45:31 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-08-14 16:45:31 +0000
commit55568ba6e275061251e09d82d4ee6c329cf2cb7f (patch)
tree4c7c2654d44da7088c3991f4b4832e1b7b376b43 /net-im/qutecom
parentalpha/ia64/sparc stable wrt #314899 (diff)
downloadgentoo-2-55568ba6e275061251e09d82d4ee6c329cf2cb7f.tar.gz
gentoo-2-55568ba6e275061251e09d82d4ee6c329cf2cb7f.tar.bz2
gentoo-2-55568ba6e275061251e09d82d4ee6c329cf2cb7f.zip
Filter --as-needed, bug #315045, ack'ed by QA on IRC.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im/qutecom')
-rw-r--r--net-im/qutecom/ChangeLog6
-rw-r--r--net-im/qutecom/qutecom-2.2_p20100309.ebuild6
-rw-r--r--net-im/qutecom/qutecom-2.2_p20100620.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/net-im/qutecom/ChangeLog b/net-im/qutecom/ChangeLog
index 09e8decf6e6f..e991106e47e5 100644
--- a/net-im/qutecom/ChangeLog
+++ b/net-im/qutecom/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/qutecom
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.3 2010/06/21 12:00:19 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.4 2010/08/14 16:45:31 chithanh Exp $
+
+ 14 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ qutecom-2.2_p20100309.ebuild, qutecom-2.2_p20100620.ebuild:
+ Filter --as-needed, bug #315045, ack'ed by QA on IRC.
*qutecom-2.2_p20100620 (21 Jun 2010)
diff --git a/net-im/qutecom/qutecom-2.2_p20100309.ebuild b/net-im/qutecom/qutecom-2.2_p20100309.ebuild
index 5c125603cc5d..40791b0d7dc4 100644
--- a/net-im/qutecom/qutecom-2.2_p20100309.ebuild
+++ b/net-im/qutecom/qutecom-2.2_p20100309.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100309.ebuild,v 1.2 2010/04/13 22:44:46 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100309.ebuild,v 1.3 2010/08/14 16:45:31 chithanh Exp $
EAPI="3"
-inherit cmake-utils eutils
+inherit cmake-utils eutils flag-o-matic
DESCRIPTION="Multi-protocol instant messenger and VoIP client"
HOMEPAGE="http://www.qutecom.org/"
@@ -43,6 +43,8 @@ pkg_setup() {
ewarn "dev-libs/boost both before and after 1.41 are installed. If the build"
ewarn "fails due to undefined boost symbols, remove older boost."
fi
+ # fails to find its libraries with --as-needed, bug #315045
+ append-ldflags $(no-as-needed)
}
src_configure() {
local mycmakeargs="$(cmake-utils_use_enable portaudio PORTAUDIO_SUPPORT)
diff --git a/net-im/qutecom/qutecom-2.2_p20100620.ebuild b/net-im/qutecom/qutecom-2.2_p20100620.ebuild
index 00ac04045d8d..9b373a4c4f85 100644
--- a/net-im/qutecom/qutecom-2.2_p20100620.ebuild
+++ b/net-im/qutecom/qutecom-2.2_p20100620.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100620.ebuild,v 1.1 2010/06/21 12:00:19 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100620.ebuild,v 1.2 2010/08/14 16:45:31 chithanh Exp $
EAPI="3"
-inherit cmake-utils eutils
+inherit cmake-utils eutils flag-o-matic
DESCRIPTION="Multi-protocol instant messenger and VoIP client"
HOMEPAGE="http://www.qutecom.org/"
@@ -43,6 +43,8 @@ pkg_setup() {
ewarn "dev-libs/boost both before and after 1.41 are installed. If the build"
ewarn "fails due to undefined boost symbols, remove older boost."
fi
+ # fails to find its libraries with --as-needed, bug #315045
+ append-ldflags $(no-as-needed)
}
src_configure() {
local mycmakeargs="$(cmake-utils_use_enable portaudio PORTAUDIO_SUPPORT)