summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-08-25 10:19:14 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-08-25 10:19:14 +0000
commit6beface9cd9efbd4a366f68625cfbd6ad980f370 (patch)
tree60981bba58d5bce93c47cc52b8b8c9cd0398f025 /sci-astronomy
parentBump (diff)
downloadgentoo-2-6beface9cd9efbd4a366f68625cfbd6ad980f370.tar.gz
gentoo-2-6beface9cd9efbd4a366f68625cfbd6ad980f370.tar.bz2
gentoo-2-6beface9cd9efbd4a366f68625cfbd6ad980f370.zip
Append -pthread to ldflags for proper linking of threading library. Fixes bug #482376 by Andrew Savchenko <bicorph@gmail.com>
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/galaxy/ChangeLog8
-rw-r--r--sci-astronomy/galaxy/galaxy-2.2.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-astronomy/galaxy/ChangeLog b/sci-astronomy/galaxy/ChangeLog
index 6dfd4a086426..65516f44bedc 100644
--- a/sci-astronomy/galaxy/ChangeLog
+++ b/sci-astronomy/galaxy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/galaxy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.8 2012/12/16 19:34:33 xarthisius Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.9 2013/08/25 10:19:14 xarthisius Exp $
+
+ 25 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> galaxy-2.2.ebuild:
+ Append -pthread to ldflags for proper linking of threading library. Fixes bug
+ #482376 by Andrew Savchenko <bicorph@gmail.com>
*galaxy-2.2 (16 Dec 2012)
diff --git a/sci-astronomy/galaxy/galaxy-2.2.ebuild b/sci-astronomy/galaxy/galaxy-2.2.ebuild
index 32753d0283ec..5ef28ba18dd3 100644
--- a/sci-astronomy/galaxy/galaxy-2.2.ebuild
+++ b/sci-astronomy/galaxy/galaxy-2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.2.ebuild,v 1.1 2012/12/16 19:34:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-2.2.ebuild,v 1.2 2013/08/25 10:19:14 xarthisius Exp $
EAPI=4
@@ -24,7 +24,8 @@ RDEPEND="${DEPEND}
pkg_setup() {
tc-export CXX
- append-flags -pthread
+ append-cxxflags -pthread
+ append-ldflags -pthread
export PREFIX="${EPREFIX}/usr"
}