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

David Tardon dtardon at redhat.com
Sun Nov 3 12:37:05 CET 2013


 external/libmwaw/0001-std-isfinite-is-C-11.patch |   21 ---------------------
 1 file changed, 21 deletions(-)

New commits:
commit 9b40f2c805b79500b352d3f9cda54ae11b3d6186
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Nov 3 12:36:44 2013 +0100

    discard the configure part
    
    Change-Id: I8bca5acdee197016748ab1d9c55f3bd8238583f0

diff --git a/external/libmwaw/0001-std-isfinite-is-C-11.patch b/external/libmwaw/0001-std-isfinite-is-C-11.patch
index 3943879..73fde5a 100644
--- a/external/libmwaw/0001-std-isfinite-is-C-11.patch
+++ b/external/libmwaw/0001-std-isfinite-is-C-11.patch
@@ -8,27 +8,6 @@ Subject: [PATCH] std::isfinite is C++11
  src/lib/CWDbaseContent.cxx |  5 +++--
  2 files changed, 13 insertions(+), 2 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index b350b91..286939d 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -357,6 +357,16 @@ AC_SUBST(ZLIB_CFLAGS)
- AC_SUBST(ZLIB_LIBS)
- AM_CONDITIONAL([WITH_LIBMWAW_ZIP], [test "x$with_zip" != "xno"])
- 
-+# ==================
-+# Find boost headers
-+# ==================
-+AC_CHECK_HEADERS(
-+        boost/math/special_functions/fpclassify.hpp,
-+    [],
-+    [AC_MSG_ERROR([Required boost headers not found.])],
-+    []
-+)
-+
- # =============
- # Documentation
- # =============
 diff --git a/src/lib/CWDbaseContent.cxx b/src/lib/CWDbaseContent.cxx
 index f27148d..7198103 100644
 --- a/src/lib/CWDbaseContent.cxx


More information about the Libreoffice-commits mailing list