pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-sdl2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct 10 18:40:41 UTC 2020

Modified Files:
        pkgsrc/devel/lua-sdl2: Makefile

Log Message:
lua-sdl2: mark incompatible with lua52


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/lua-sdl2/Makefile

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

Modified files:

Index: pkgsrc/devel/lua-sdl2/Makefile
diff -u pkgsrc/devel/lua-sdl2/Makefile:1.3 pkgsrc/devel/lua-sdl2/Makefile:1.4
--- pkgsrc/devel/lua-sdl2/Makefile:1.3  Tue Aug 18 17:57:44 2020
+++ pkgsrc/devel/lua-sdl2/Makefile      Sat Oct 10 18:40:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/08/18 17:57:44 leot Exp $
+# $NetBSD: Makefile,v 1.4 2020/10/10 18:40:41 nia Exp $
 
 DISTNAME=      luasdl2-2.0.5.6.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1}
@@ -20,6 +20,9 @@ CMAKE_ARGS+=  -DWITH_DOCSDIR=${LUA_DOCDIR
 CMAKE_ARGS+=   -DWITH_LUAVER="user"
 CMAKE_ARGS+=   -DLUA_LIBDIR=${LUA_CDIR}
 
+# build fails on lua52.
+LUA_VERSIONS_INCOMPATIBLE=     52
+
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../fonts/SDL2_ttf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index