Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f656fc8f41b46b74692370114fcf1b9aa671d075)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f656fc8f41b46b74692370114fcf1b9aa671d075)
  • Date: Tue, 18 Oct 2016 19:56:47 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/boost/HISTORY | 3 +++
libs/boost/PRE_BUILD | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit f656fc8f41b46b74692370114fcf1b9aa671d075
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/boost: fixed iostreams reinterpret_cast error

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 45bdcf9..29e9f21 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2016-10-18 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: fixed iostreams reinterpret_cast error
+
2016-10-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_62_0

diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
index 7052fb6..70a22b5 100755
--- a/libs/boost/PRE_BUILD
+++ b/libs/boost/PRE_BUILD
@@ -3,5 +3,6 @@ cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3;then
sed -i 's/python$/&3/;s/sys.prefix/(&)/' bootstrap.sh
fi &&
+sed '/char\* next_in/s;s->next_in;const_cast<zlib::byte*>(&);' \
+ -i libs/iostreams/src/zlib.cpp &&
message "patching done"
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f656fc8f41b46b74692370114fcf1b9aa671d075), Pavel Vinogradov, 10/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page