Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Require exact Lua 5.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1824d55d0d87
branches: trunk
changeset: 435082:1824d55d0d87
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jun 30 13:55:52 2020 +0000
description:
weechat: Require exact Lua 5.3.
Right now cmake does not include version 5.4 in its search paths.
diffstat:
chat/weechat/options.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 20fa7b422015 -r 1824d55d0d87 chat/weechat/options.mk
--- a/chat/weechat/options.mk Tue Jun 30 13:48:59 2020 +0000
+++ b/chat/weechat/options.mk Tue Jun 30 13:55:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2020/03/30 11:07:18 nia Exp $
+# $NetBSD: options.mk,v 1.25 2020/06/30 13:55:52 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
# mk/curses will handle wide-curses
@@ -24,8 +24,7 @@
.endif
.if !empty(PKG_OPTIONS:Mlua)
-LUA_VERSIONS_INCOMPATIBLE= 52
-.include "../../lang/lua/buildlink3.mk"
+.include "../../lang/lua53/buildlink3.mk"
CMAKE_ARGS+= -DENABLE_LUA=ON
PLIST.lua= yes
.else
Home |
Main Index |
Thread Index |
Old Index