From 140447c80d8e6c317069d8ab3aa0544afd9d8cb2 Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 26 Nov 2013 07:19:30 +0000 Subject: does not build with lua52 --- databases/lua-sqlite/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/lua-sqlite/Makefile b/databases/lua-sqlite/Makefile index 131b6efaf2f..5293006e074 100644 --- a/databases/lua-sqlite/Makefile +++ b/databases/lua-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/10/30 06:19:42 dholland Exp $ +# $NetBSD: Makefile,v 1.17 2013/11/26 07:19:30 dholland Exp $ # DISTNAME= lsqlite_src @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR} CFLAGS+= -fPIC LIBS+= -llua -lsqlite +LUA_VERSIONS_INCOMPATIBLE= 52 + AUTO_MKDIRS= yes do-build: -- cgit v1.2.3