diff options
author | nia <nia@pkgsrc.org> | 2020-07-11 14:48:57 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-11 14:48:57 +0000 |
commit | b7538b2aa2543375bd9602360a7e1fdf73a71cd8 (patch) | |
tree | f1dcd1cfb853ef54b4443e255038ef154942404f /devel/lua-bit32 | |
parent | 107bfb554f4199e21a74381f353a583dd90cf2cc (diff) | |
download | pkgsrc-b7538b2aa2543375bd9602360a7e1fdf73a71cd8.tar.gz |
also use -bundle
Diffstat (limited to 'devel/lua-bit32')
-rw-r--r-- | devel/lua-bit32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lua-bit32/Makefile b/devel/lua-bit32/Makefile index f9f76925e9e..56008b8ed19 100644 --- a/devel/lua-bit32/Makefile +++ b/devel/lua-bit32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:05 nia Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/11 14:48:57 nia Exp $ # Keep versioning in sync with the luarocks rockspec. DISTNAME= lua-compat53-0.9 @@ -16,7 +16,7 @@ LICENSE= mit CONFLICTS+= ${LUA_PKGPREFIX}-bitlib-[0-9]* SUPERSEDES+= ${LUA_PKGPREFIX}-bitlib-[0-9]* -LDFLAGS.Darwin+= -undefined dynamic_lookup +LDFLAGS.Darwin+= -bundle -undefined dynamic_lookup INSTALLATION_DIRS+= ${LUA_CDIR} |