diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-29 12:37:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-29 12:37:54 +0000 |
commit | 292f409addd9b3436ee0e716261cd953085d0808 (patch) | |
tree | 3109eb1d2b3f2cd142cd9e9b4ac84cb5e3eaf2a7 /graphics/geeqie/files/patch-configure.ac | |
parent | Builds fine with llvm again. (diff) |
- Update to 1.5.1
Notes
Notes:
svn path=/head/; revision=510159
Diffstat (limited to 'graphics/geeqie/files/patch-configure.ac')
-rw-r--r-- | graphics/geeqie/files/patch-configure.ac | 20 |
1 files changed, 20 insertions, 0 deletions
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 |