From b4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Jun 2021 14:47:38 +0100 Subject: gentoo resync : 24.06.2021 --- .../dovecot/files/dovecot-autoconf-lua-version-v2.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-mail/dovecot/files/dovecot-autoconf-lua-version-v2.patch (limited to 'net-mail/dovecot/files') diff --git a/net-mail/dovecot/files/dovecot-autoconf-lua-version-v2.patch b/net-mail/dovecot/files/dovecot-autoconf-lua-version-v2.patch new file mode 100644 index 000000000000..7ba19a4c74a4 --- /dev/null +++ b/net-mail/dovecot/files/dovecot-autoconf-lua-version-v2.patch @@ -0,0 +1,15 @@ +--- a/m4/want_lua.m4 2021-06-14 16:40:37.000000000 +0300 ++++ b/m4/want_lua.m4 2021-06-22 10:24:39.036095013 +0300 +@@ -16,12 +16,10 @@ + AS_IF([test -n "$LUA_CFLAGS" -o -n "$LUA_LIBS"], [ + with_lua=yes + ], [ +- for LUAPC in lua5.3 lua-5.3 lua53 lua5.1 lua-5.1 lua51 lua; do + PKG_CHECK_MODULES([LUA], [$LUAPC >= 5.1 $LUAPC != 5.2] , [ + with_lua=yes + ], [LUAPC=""]) # otherwise pkg_check will fail + if test "x$LUA_LIBS" != "x"; then break; fi +- done + ]) + ]) + -- cgit v1.2.3