Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-libetonyek
libetonyek-0.1.6-mdds.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libetonyek-0.1.6-mdds.patch of Package mingw64-libetonyek
From f6d14b3b510de5c50e45c98fe812a73ba00f3def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch> Date: Thu, 9 Jun 2016 10:50:41 +0200 Subject: [PATCH] Allow building with mdds-1.2 Change-Id: If8791b4c1c3fbefdd06af345276e0a724dff5482 --- configure.ac | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/configure.ac b/configure.ac index ca4bb07..bb946eb 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_LANG([C++]) # Configure options # ================= AC_ARG_WITH([mdds], - AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of mdds to use (1.0 is the default)]), + AS_HELP_STRING([--with-mdds=1.2|1.0|0.x], [Specify which version of mdds to use (1.0 is the default)]), [], [with_mdds="1.0"]) # =========================== @@ -47,7 +47,7 @@ AC_PROG_SED AM_MISSING_PROG([GPERF], [gperf]) -AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])]) +AS_IF([test "$with_mdds" = "1.0" -o "$with_mdds" = "1.2" ], [AX_CXX_COMPILE_STDCXX_11([noext])]) # =============== # Find librevenge @@ -138,25 +138,27 @@ AC_SUBST([GLM_CFLAGS]) # ========= # Find mdds # ========= -AS_IF([test "$with_mdds" = "1.0"], [ - PKG_CHECK_MODULES([MDDS], [mdds-1.0]) -], [ - PKG_CHECK_MODULES([MDDS], [mdds]) - AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type]) - old_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS" - AC_COMPILE_IFELSE([AC_LANG_SOURCE([ - #include <mdds/flat_segment_tree.hpp> - struct Value {}; - mdds::flat_segment_tree<int, Value> tree(0, 4, Value()); - ])], [ - AC_MSG_RESULT([yes]) - ], [ - AC_MSG_RESULT([no]) - AC_MSG_ERROR([please install mdds >= 0.12.1]) - ]) - CPPFLAGS="$old_CPPFLAGS" -]) +AS_CASE(["$with_mdds"], + ["1.2"], [PKG_CHECK_MODULES([MDDS], [mdds-1.2])], + ["1.0"], [PKG_CHECK_MODULES([MDDS], [mdds-1.0])], + [ + PKG_CHECK_MODULES([MDDS], [mdds]) + AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type]) + old_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS" + AC_COMPILE_IFELSE([AC_LANG_SOURCE([ + #include <mdds/flat_segment_tree.hpp> + struct Value {}; + mdds::flat_segment_tree<int, Value> tree(0, 4, Value()); + ])], [ + AC_MSG_RESULT([yes]) + ], [ + AC_MSG_RESULT([no]) + AC_MSG_ERROR([please install mdds >= 0.12.1]) + ]) + CPPFLAGS="$old_CPPFLAGS" + ] +) # ================================= # Libtool/Version Makefile settings -- 2.8.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor