From 292f409addd9b3436ee0e716261cd953085d0808 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 29 Aug 2019 12:37:54 +0000 Subject: - Update to 1.5.1 --- graphics/geeqie/files/patch-configure.ac | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 graphics/geeqie/files/patch-configure.ac (limited to 'graphics/geeqie/files/patch-configure.ac') diff --git a/graphics/geeqie/files/patch-configure.ac b/graphics/geeqie/files/patch-configure.ac new file mode 100644 index 000000000000..9f91619b1723 --- /dev/null +++ b/graphics/geeqie/files/patch-configure.ac @@ -0,0 +1,20 @@ +--- configure.ac.orig 2019-08-20 19:01:23 UTC ++++ configure.ac +@@ -518,7 +518,7 @@ AC_ARG_ENABLE([lua], + [liblua=$enableval], [liblua=auto]) + + if test "x${liblua}" != "xno"; then +- PKG_CHECK_MODULES(LUA, lua5.3 >= 5.3, ++ PKG_CHECK_MODULES(LUA, lua-5.3 >= 5.3, + [ + HAVE_LUA=yes + AC_DEFINE(HAVE_LUA, 1, [define to enable lua support]) +@@ -581,7 +581,7 @@ AC_SUBST(PDF_LIBS) + # Markdown support + # ---------------------------------------------------------------------- + +-AM_CONDITIONAL(HAVE_MARKDOWN, [ "$(command -v markdown)" ]) ++AM_CONDITIONAL(HAVE_MARKDOWN, [ "$(false)" ]) + + # _NL_TIME_FIRST_WEEKDAY support + # note that it is an enum and not a define -- cgit v1.2.3