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:
geos_one
2009-08-07 06:30:18 +00:00
parent fd8500daf0
commit 790209955e
11 changed files with 1224 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
--- Jamroot.orig 2009-04-03 19:23:02.876426258 +0200
+++ Jamroot 2009-04-03 19:37:05.899697787 +0200
@@ -444,14 +444,10 @@
}
return $(result) ;
}
-
- generate stage-unversioned : stage-proper :
- <generating-rule>@make-unversioned-links ;
- explicit stage-unversioned ;
-
- generate install-unversioned : install-proper :
- <generating-rule>@make-unversioned-links ;
- explicit install-unversioned ;
+
+
+ alias stage-unversioned ;
+ alias install-unversioned ;
}
else
{