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:
21
dev-libs/boost/files/1.35-remove-hardlink-creation.patch
Normal file
21
dev-libs/boost/files/1.35-remove-hardlink-creation.patch
Normal 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
|
||||
{
|
||||
Reference in New Issue
Block a user