pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lua-cjson



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 11 14:52:19 UTC 2020

Modified Files:
        pkgsrc/textproc/lua-cjson: Makefile

Log Message:
lua-cjson: Attemp to fix Darwin build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/lua-cjson/Makefile

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

Modified files:

Index: pkgsrc/textproc/lua-cjson/Makefile
diff -u pkgsrc/textproc/lua-cjson/Makefile:1.6 pkgsrc/textproc/lua-cjson/Makefile:1.7
--- pkgsrc/textproc/lua-cjson/Makefile:1.6      Wed Jul  8 17:11:52 2020
+++ pkgsrc/textproc/lua-cjson/Makefile  Sat Jul 11 14:52:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/07/08 17:11:52 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/11 14:52:19 nia Exp $
 
 DISTNAME=      lua-cjson-2.1.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
@@ -15,6 +15,8 @@ USE_TOOLS+=   gmake
 
 MAKE_ENV+=     LUA_CDIR=${LUA_CDIR}
 
+LDFLAGS.Darwin+=       -bundle -undefined dynamic_lookup
+
 INSTALLATION_DIRS=     ${LUA_CDIR}
 
 do-install:



Home | Main Index | Thread Index | Old Index