summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/boost/files/remove-toolset-1.47.0.patch')
-rw-r--r--dev-libs/boost/files/remove-toolset-1.47.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/boost/files/remove-toolset-1.47.0.patch b/dev-libs/boost/files/remove-toolset-1.47.0.patch
new file mode 100644
index 0000000..d74a882
--- /dev/null
+++ b/dev-libs/boost/files/remove-toolset-1.47.0.patch
@@ -0,0 +1,11 @@
+--- boostcpp.jam 2010-11-17 11:51:56.000000000 +0200
++++ boostcpp.jam.gentoo 2011-01-06 15:07:17.893270002 +0200
+@@ -377,7 +377,7 @@
+ if $(layout) = versioned
+ {
+ result = [ common.format-name
+- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
++ <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
+ -$(BUILD_ID)
+ : $(name) : $(type) : $(property-set) ] ;
+ }