pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-luv



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 27 09:45:40 UTC 2021

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

Log Message:
lua-luv: Fix 5.1 and 5.2 builds.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/lua-luv/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-luv/Makefile
diff -u pkgsrc/devel/lua-luv/Makefile:1.4 pkgsrc/devel/lua-luv/Makefile:1.5
--- pkgsrc/devel/lua-luv/Makefile:1.4   Mon Dec 20 20:53:12 2021
+++ pkgsrc/devel/lua-luv/Makefile       Mon Dec 27 09:45:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/20 20:53:12 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/27 09:45:40 nia Exp $
 
 DISTNAME=      luv-1.42.0-1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/-1$/.1/1}
@@ -25,6 +25,9 @@ CMAKE_ARGS+=  -DBUILD_MODULE=ON
 CMAKE_ARGS+=   -DLUA_BUILD_TYPE=System
 CMAKE_ARGS+=   -DWITH_LUA_ENGINE=Lua
 
+pre-configure:
+       ${CP} ${PREFIX}/${LUA_INCDIR}/compat-5.3.* ${WRKSRC}/src
+
 .include "../../lang/lua/module.mk"
 .include "../../devel/libuv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index