pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-sdl2 lua-sdl2: mark incompatible with lua52



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2eb23c3921b
branches:  trunk
changeset: 440529:c2eb23c3921b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 10 18:40:41 2020 +0000

description:
lua-sdl2: mark incompatible with lua52

diffstat:

 devel/lua-sdl2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 976a74073567 -r c2eb23c3921b devel/lua-sdl2/Makefile
--- a/devel/lua-sdl2/Makefile   Sat Oct 10 18:05:13 2020 +0000
+++ b/devel/lua-sdl2/Makefile   Sat Oct 10 18:40:41 2020 +0000
@@ -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_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