Page MenuHomeFreeBSD

D8452.diff
No OneTemporary

D8452.diff

Index: head/graphics/libetonyek01/Makefile
===================================================================
--- head/graphics/libetonyek01/Makefile
+++ head/graphics/libetonyek01/Makefile
@@ -17,6 +17,7 @@
${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
librevenge-0.0.so:textproc/librevenge \
+ liblangtag.so:devel/liblangtag \
libxml2.so:textproc/libxml2
OPTIONS_DEFINE= TEST
Index: head/graphics/libetonyek01/files/patch-configure.ac
===================================================================
--- head/graphics/libetonyek01/files/patch-configure.ac
+++ head/graphics/libetonyek01/files/patch-configure.ac
@@ -0,0 +1,33 @@
+--- configure.ac.orig 2016-01-12 18:21:19 UTC
++++ configure.ac
+@@ -24,8 +24,8 @@ 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)]),
+- [], [with_mdds="1.0"])
++ AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of mdds to use (1.2 is the default)]),
++ [], [with_mdds="1.2"])
+
+ # ===========================
+ # Find required base packages
+@@ -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.2"], [AX_CXX_COMPILE_STDCXX_11([noext])])
+
+ # ===============
+ # Find librevenge
+@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS])
+ # =========
+ # Find mdds
+ # =========
+-AS_IF([test "$with_mdds" = "1.0"], [
+- PKG_CHECK_MODULES([MDDS], [mdds-1.0])
++AS_IF([test "$with_mdds" = "1.2"], [
++ PKG_CHECK_MODULES([MDDS], [mdds-1.2])
+ ], [
+ PKG_CHECK_MODULES([MDDS], [mdds])
+ AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type])
Index: head/graphics/libetonyek01/files/patch-mdds1.2
===================================================================
--- head/graphics/libetonyek01/files/patch-mdds1.2
+++ head/graphics/libetonyek01/files/patch-mdds1.2
@@ -1,33 +0,0 @@
---- configure.ac
-+++ configure.ac
-@@ -24,8 +24,8 @@ 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)]),
-- [], [with_mdds="1.0"])
-+ AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of mdds to use (1.2 is the default)]),
-+ [], [with_mdds="1.2"])
-
- # ===========================
- # Find required base packages
-@@ -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.2"], [AX_CXX_COMPILE_STDCXX_11([noext])])
-
- # ===============
- # Find librevenge
-@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS])
- # =========
- # Find mdds
- # =========
--AS_IF([test "$with_mdds" = "1.0"], [
-- PKG_CHECK_MODULES([MDDS], [mdds-1.0])
-+AS_IF([test "$with_mdds" = "1.2"], [
-+ PKG_CHECK_MODULES([MDDS], [mdds-1.2])
- ], [
- PKG_CHECK_MODULES([MDDS], [mdds])
- AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type])

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 22, 1:38 PM (12 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16030523
Default Alt Text
D8452.diff (3 KB)

Event Timeline