add boost with gcc 44 hack
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1447 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
11
dev-libs/boost/files/remove_toolset_from_targetname.patch
Normal file
11
dev-libs/boost/files/remove_toolset_from_targetname.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- boost_1_36_0/Jamroot.orig 2008-11-14 16:36:10.000000000 +0100
|
||||
+++ boost_1_36_0/Jamroot 2008-11-14 16:36:54.000000000 +0100
|
||||
@@ -311,7 +311,7 @@
|
||||
if $(layout) = versioned
|
||||
{
|
||||
local result = [ common.format-name
|
||||
- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
|
||||
+ <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
|
||||
-$(BUILD_ID)
|
||||
: $(name) : $(type) : $(property-set) ] ;
|
||||
|
||||
Reference in New Issue
Block a user