diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-30 00:54:41 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-30 00:54:41 +0000 |
commit | eeed8cb17ee92cfa3c37e1c89f783167f05b7346 (patch) | |
tree | cb545b0d9adfa24a78c18681fd766af50cf15b66 /user/calligra/c99-math.patch | |
parent | 741fabe434cf9c71a49e10c7aa378bd1cc86652d (diff) | |
download | packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.tar.gz packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.tar.bz2 packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.tar.xz packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.zip |
user/calligra: Update to 3.2.1
Diffstat (limited to 'user/calligra/c99-math.patch')
-rw-r--r-- | user/calligra/c99-math.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/user/calligra/c99-math.patch b/user/calligra/c99-math.patch deleted file mode 100644 index 4326dd7fa..000000000 --- a/user/calligra/c99-math.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- calligra-3.1.0/filters/words/msword-odf/wv2/CMakeLists.txt.old 2018-01-26 09:24:44.000000000 +0000 -+++ calligra-3.1.0/filters/words/msword-odf/wv2/CMakeLists.txt 2018-10-24 23:22:43.440000000 +0000 -@@ -64,12 +64,12 @@ - set( CMAKE_REQUIRED_INCLUDES math.h ) - endif() - --check_function_exists( isinf HAVE_FUNC_ISINF ) --check_function_exists( isnan HAVE_FUNC_ISNAN ) -+check_symbol_exists( isinf math.h HAVE_FUNC_ISINF ) -+check_symbol_exists( isnan math.h HAVE_FUNC_ISNAN ) - if(MINGW) - add_definitions( -DHAVE_FUNC_ISFINITE ) - endif() --check_function_exists( finite HAVE_FUNC_FINITE ) -+check_symbol_exists( finite math.h HAVE_FUNC_FINITE ) - check_function_exists( _finite HAVE_FUNC__FINITE ) - - # |