Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/lua-cjson lua-cjson: Attemp to fix Darwin build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91e1421bde39
branches:  trunk
changeset: 435672:91e1421bde39
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 11 14:52:19 2020 +0000

description:
lua-cjson: Attemp to fix Darwin build

diffstat:

 textproc/lua-cjson/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1b471b830145 -r 91e1421bde39 textproc/lua-cjson/Makefile
--- a/textproc/lua-cjson/Makefile       Sat Jul 11 14:51:02 2020 +0000
+++ b/textproc/lua-cjson/Makefile       Sat Jul 11 14:52:19 2020 +0000
@@ -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 @@
 
 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