pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/lua-sqlite The module isn't compatible with ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/be4106b07f02
branches: trunk
changeset: 645016:be4106b07f02
user: alnsn <alnsn%pkgsrc.org@localhost>
date: Tue Jan 20 19:56:54 2015 +0000
description:
The module isn't compatible with Lua 5.3.
diffstat:
databases/lua-sqlite/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 45c6b2da4033 -r be4106b07f02 databases/lua-sqlite/Makefile
--- a/databases/lua-sqlite/Makefile Tue Jan 20 19:15:56 2015 +0000
+++ b/databases/lua-sqlite/Makefile Tue Jan 20 19:56:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/10/19 22:27:43 alnsn Exp $
+# $NetBSD: Makefile,v 1.20 2015/01/20 19:56:54 alnsn Exp $
#
DISTNAME= lsqlite_src
@@ -17,7 +17,7 @@
CFLAGS+= -fPIC
LIBS+= -llua -lsqlite
-LUA_VERSIONS_INCOMPATIBLE= 52
+LUA_VERSIONS_INCOMPATIBLE= 52 53
AUTO_MKDIRS= yes
INSTALLATION_DIRS+= ${LUA_CDIR} ${LUA_DOCDIR} ${LUA_EXAMPLESDIR}
Home |
Main Index |
Thread Index |
Old Index