aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-01-20 11:29:58 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-01-20 11:29:58 +0000
commit4bdaba200c8f9f9b5ff8d4f4bb96bb2a01ec3e67 (patch)
treecc011b651d96e5cab0dccc16e48fbd109d5cd841 /net-im
parentbf09e3eed7b2ccd1607dc1eb54b81d9793e5295f (diff)
downloadports-4bdaba200c8f9f9b5ff8d4f4bb96bb2a01ec3e67.tar.gz
ports-4bdaba200c8f9f9b5ff8d4f4bb96bb2a01ec3e67.zip
net-im/telegram-cli: unbreak build with lua53+
Approved by: portmgr blanket (fix build)
Notes
Notes: svn path=/head/; revision=562128
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telegram-cli/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/telegram-cli/files/patch-configure b/net-im/telegram-cli/files/patch-configure
new file mode 100644
index 000000000000..ae959e146fe5
--- /dev/null
+++ b/net-im/telegram-cli/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2020-01-06 10:43:44 UTC
++++ configure
+@@ -5442,7 +5442,7 @@ $as_echo "enabled" >&6; }
+
+
+ if test "x$LUA" = 'x'; then :
+- for ac_prog in lua lua5.2 lua52 lua5.1 lua51 lua50
++ for ac_prog in lua lua5.4 lua54 lua5.3 lua53 lua5.2 lua52 lua5.1 lua51
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2