summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-12-16 16:37:28 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-12-16 16:37:28 +0000
commit0f9c9bf0411e05031b2e53a7ad553c5b30e02f5e (patch)
tree1904f1368351f41803fbaa10af9e4da861637826 /dev-libs/boost/files
parentStable for HPPA (bug #245291). (diff)
downloadgentoo-2-0f9c9bf0411e05031b2e53a7ad553c5b30e02f5e.tar.gz
gentoo-2-0f9c9bf0411e05031b2e53a7ad553c5b30e02f5e.tar.bz2
gentoo-2-0f9c9bf0411e05031b2e53a7ad553c5b30e02f5e.zip
Version bump (bugs #234902 and #245617, thanks to Christoph Gysin, Lucas and Łukasz Michalik). Also fixes #246820 (thanks to Lucas), #244747 (thanks to Ali Polatel), #244834 (thanks to Jeroen Roovers), #241684 (thanks to cJ), #240470 (thanks to E. Scaglione).
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'dev-libs/boost/files')
-rw-r--r--dev-libs/boost/files/remove_toolset_from_targetname.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/boost/files/remove_toolset_from_targetname.patch b/dev-libs/boost/files/remove_toolset_from_targetname.patch
new file mode 100644
index 000000000000..1a0cb1c61471
--- /dev/null
+++ b/dev-libs/boost/files/remove_toolset_from_targetname.patch
@@ -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) ] ;
+