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:   bsiegert
Date:           Sun May 28 10:05:36 UTC 2023

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

Log Message:
lua-luv: unset LUA_LINKER_MAGIC

Reported by Jonathan Buschmann in PR pkg/57412.
No conditional around the setting, since it has only an effect on Darwin
and Cygwin.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/lua-luv/Makefile:1.9
--- pkgsrc/devel/lua-luv/Makefile:1.8   Wed Apr 20 16:15:01 2022
+++ pkgsrc/devel/lua-luv/Makefile       Sun May 28 10:05:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/04/20 16:15:01 nia Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/28 10:05:36 bsiegert Exp $
 
 DISTNAME=      luv-1.43.0-0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/-0$/.0/1}
@@ -14,6 +14,7 @@ COMMENT=      Bare libuv bindings for Lua
 LICENSE=       apache-2.0
 
 LUA_SELF_CONFLICT=     yes
+LUA_LINKER_MAGIC=      no
 
 .include "../../lang/lua/luaversion.mk"
 



Home | Main Index | Thread Index | Old Index