pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wireshark
Module Name: pkgsrc
Committed By: alnsn
Date: Tue Oct 4 06:41:18 UTC 2016
Modified Files:
pkgsrc/net/wireshark: options.mk
Log Message:
Not compatible with Lua 5.3.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/wireshark/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/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.12 pkgsrc/net/wireshark/options.mk:1.13
--- pkgsrc/net/wireshark/options.mk:1.12 Thu Mar 3 13:33:14 2016
+++ pkgsrc/net/wireshark/options.mk Tue Oct 4 06:41:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2016/03/03 13:33:14 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2016/10/04 06:41:18 alnsn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= gtk3 lua qt5
@@ -94,6 +94,7 @@ CONFIGURE_ARGS+= --disable-wireshark
.if empty(PKG_OPTIONS:Mlua)
CONFIGURE_ARGS+= --with-lua=no
.else
+LUA_VERSIONS_INCOMPATIBLE= 53
.include "../../lang/lua/buildlink3.mk"
CONFIGURE_ARGS+= --with-lua=yes
Home |
Main Index |
Thread Index |
Old Index