pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lua-term
Module Name: pkgsrc
Committed By: nia
Date: Sat Jul 11 14:35:13 UTC 2020
Modified Files:
pkgsrc/devel/lua-term: Makefile
Log Message:
lua-term: Attempt to fix Darwin build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lua-term/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-term/Makefile
diff -u pkgsrc/devel/lua-term/Makefile:1.2 pkgsrc/devel/lua-term/Makefile:1.3
--- pkgsrc/devel/lua-term/Makefile:1.2 Thu Jul 2 11:00:29 2020
+++ pkgsrc/devel/lua-term/Makefile Sat Jul 11 14:35:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/02 11:00:29 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/11 14:35:13 nia Exp $
DISTNAME= lua-term-0.07
PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
@@ -19,5 +19,7 @@ MAKE_FLAGS+= LUA_INC=${PREFIX}/${LUA_INC
MAKE_FLAGS+= LUA_LIBDIR=${PREFIX}/${LUA_CDIR}/term
MAKE_FLAGS+= LUA_SHARE=${PREFIX}/${LUA_LDIR}/term
+LDFLAGS.Darwin+= -undefined dynamic_lookup
+
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index