Gentoo Archives: gentoo-commits

From: "Andreas Schuerch (nativemad)" <nativemad@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ardour/files: ardour-2.8.14-boost-150.patch
Date: Wed, 21 Nov 2012 21:21:38
Message-Id: 20121121212128.2671E20C65@flycatcher.gentoo.org
1 nativemad 12/11/21 21:21:28
2
3 Added: ardour-2.8.14-boost-150.patch
4 Log:
5 Added a little patch for boost-1.50. See bug 425578, Thanks Diego!
6
7 (Portage version: 2.1.11.9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-sound/ardour/files/ardour-2.8.14-boost-150.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/files/ardour-2.8.14-boost-150.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/files/ardour-2.8.14-boost-150.patch?rev=1.1&content-type=text/plain
14
15 Index: ardour-2.8.14-boost-150.patch
16 ===================================================================
17 --- /home/mad/ardour-2.8.14/SConstruct 2012-11-21 00:30:54.000000000 +0100
18 +++ SConstruct 2012-11-21 17:34:02.000000000 +0100
19 @@ -955,7 +961,9 @@
20 # FLAC ....
21 #
22
23 -# boost (we don't link against boost, just use some header files)
24 +# boost (we need to link against boost with >=1.50. header files alone will not work anymore)
25 +
26 +env.Append(LIBS=['boost_system'])
27
28 libraries['boost'] = LibraryInfo ()
29 prep_libcheck(env, libraries['boost'])