1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/irc/hexchat/files/patch-meson__options.txt
Steve Wills 0bf1d0c81f irc/hexchat: update to 2.14.2
PR:		231061
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-09-03 13:12:27 +00:00

12 lines
458 B
Plaintext

--- meson_options.txt.orig 2018-08-29 16:41:08 UTC
+++ meson_options.txt
@@ -42,7 +42,7 @@ option('with-exec', type: 'boolean',
option('with-fishlim', type: 'boolean',
description: 'Fish encryption plugin, requires openssl'
)
-option('with-lua', type: 'string', value: 'luajit',
+option('with-lua', type: 'string',
description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
)
option('with-perl', type: 'string', value: 'perl',