[Libreoffice-commits] core.git: external/liborcus

Stephan Bergmann sbergman at redhat.com
Tue Feb 10 08:58:42 PST 2015


 external/liborcus/liborcus_0.7.0-configure.gcc5.patch.0 |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit cdd8ab7e0caa5b6845581afd5fc69bc69b5589df
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 10 17:57:48 2015 +0100

    ...next attempt at getting this through both GCC 5 and MSVC
    
    Change-Id: Id367dee6c4fe55fe039ebf28603c883014194832

diff --git a/external/liborcus/liborcus_0.7.0-configure.gcc5.patch.0 b/external/liborcus/liborcus_0.7.0-configure.gcc5.patch.0
index 1827a34..79d372c 100644
--- a/external/liborcus/liborcus_0.7.0-configure.gcc5.patch.0
+++ b/external/liborcus/liborcus_0.7.0-configure.gcc5.patch.0
@@ -296,7 +296,7 @@
  boost_save_IFS=$IFS
  boost_version_req=1.36
  IFS=.
-@@ -16193,17 +16356,28 @@ $as_echo_n "checking for Boost's header
+@@ -16193,17 +16356,30 @@ $as_echo_n "checking for Boost's header
  if ${boost_cv_lib_version+:} false; then :
    $as_echo_n "(cached) " >&6
  else
@@ -313,9 +313,11 @@
  _ACEOF
  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 +  grep -v '#' |
++  grep -Ev '^(conftest.cpp| *command-line arguments :)' |
    tr -d '\r' |
 -  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; then :
-+  $SED -n -e "/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}" >conftest.i 2>&1; then :
++  tr -s '\n' ' ' |
++  $SED -n -e "/^ *boost-lib-version = /{s///;s/[\" ]//g;p;q;}" >conftest.i 2>&1; then :
    boost_cv_lib_version=`cat conftest.i`
  fi
  rm -rf conftest*


More information about the Libreoffice-commits mailing list