pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 13:55:52 UTC 2020

Modified Files:
        pkgsrc/chat/weechat: options.mk

Log Message:
weechat: Require exact Lua 5.3.

Right now cmake does not include version 5.4 in its search paths.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/chat/weechat/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/weechat/options.mk
diff -u pkgsrc/chat/weechat/options.mk:1.24 pkgsrc/chat/weechat/options.mk:1.25
--- pkgsrc/chat/weechat/options.mk:1.24 Mon Mar 30 11:07:18 2020
+++ pkgsrc/chat/weechat/options.mk      Tue Jun 30 13:55:52 2020
@@ -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 @@ CMAKE_ARGS+=  -DENABLE_PYTHON=OFF
 .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