summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2014-05-19 09:58:30 +0000
committerAndreas Schuerch <nativemad@gentoo.org>2014-05-19 09:58:30 +0000
commit8f5b22b77c63ca7793756e9a7c89ab6e18c43d8a (patch)
treef997d51f2df930924cc31fed7233f7f9d7f5e001 /media-sound
parentsci-chemistry/shelx: Version BUmp (diff)
downloadgentoo-2-8f5b22b77c63ca7793756e9a7c89ab6e18c43d8a.tar.gz
gentoo-2-8f5b22b77c63ca7793756e9a7c89ab6e18c43d8a.tar.bz2
gentoo-2-8f5b22b77c63ca7793756e9a7c89ab6e18c43d8a.zip
added boost_system flag. see bug 510630.
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ardour/ChangeLog5
-rw-r--r--media-sound/ardour/ardour-3.5.380.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog
index 29eec477d6e8..9301882b1f6c 100644
--- a/media-sound/ardour/ChangeLog
+++ b/media-sound/ardour/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/ardour
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.129 2014/05/17 18:21:28 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.130 2014/05/19 09:58:30 nativemad Exp $
+
+ 19 May 2014; Andreas Schuerch <nativemad@gentoo.org> ardour-3.5.380.ebuild:
+ added boost_system flag. See Bug 510630
*ardour-3.5.380 (17 May 2014)
diff --git a/media-sound/ardour/ardour-3.5.380.ebuild b/media-sound/ardour/ardour-3.5.380.ebuild
index 6ebf86a8d5fc..12af4fae55bb 100644
--- a/media-sound/ardour/ardour-3.5.380.ebuild
+++ b/media-sound/ardour/ardour-3.5.380.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild,v 1.1 2014/05/17 18:21:28 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild,v 1.2 2014/05/19 09:58:30 nativemad Exp $
EAPI=4
inherit eutils toolchain-funcs flag-o-matic waf-utils
@@ -88,6 +88,7 @@ src_prepare(){
sed 's/python/python2/' -i waf
# sed 's/'FLAGS\'\,\ optimization_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript
sed 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript
+ append-flags "-lboost_system"
}
src_configure() {