diff options
Diffstat (limited to 'textproc/lua-utf8')
-rw-r--r-- | textproc/lua-utf8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/lua-utf8/Makefile b/textproc/lua-utf8/Makefile index db0e622a97d..159ebe3d7a2 100644 --- a/textproc/lua-utf8/Makefile +++ b/textproc/lua-utf8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/07/02 17:13:37 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/07/11 14:20:06 nia Exp $ DISTNAME= lua-utf8-0.1.2 PKGNAME= ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1} @@ -13,6 +13,8 @@ LICENSE= mit WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV} +LDFLAGS.Darwin+= -undefined dynamic_lookup + INSTALLATION_DIRS+= ${LUA_CDIR} pre-build: |