summaryrefslogtreecommitdiff
path: root/lang/lua52
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-06-08 19:05:00 +0000
committerrodent <rodent@pkgsrc.org>2014-06-08 19:05:00 +0000
commit62e9470262c046521c2d73b4485422648222a93b (patch)
treed8978e7a1106f0b1a4fb6ef6e64516569970fa5e /lang/lua52
parent609c0ad2681ebec26c50deb94f6c0344724b47ea (diff)
downloadpkgsrc-62e9470262c046521c2d73b4485422648222a93b.tar.gz
Sorry, but this package doesn't work with editline, at least when
PREFER_PKGSRC is set. Buildlink devel/readline instead. libtool: link: cc -o luac5.2 .libs/luac.o -Wl,-E ./.libs/liblua5.2.a -L/usr/pkgsrc/dev/lang/lua52/work/.buildlink/lib -lm -lreadline -lhistory ld: cannot find -lreadline ld: cannot find -lhistory ld: cannot find -lreadline ld: cannot find -lhistory Makefile:66: recipe for target 'lua5.2' failed gmake[2]: *** [lua5.2] Error 1 gmake[2]: *** Waiting for unfinished jobs.... Makefile:69: recipe for target 'luac5.2' failed gmake[2]: *** [luac5.2] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src' Makefile:101: recipe for target 'bsd' failed gmake[1]: *** [bsd] Error 2 gmake[1]: Leaving directory '/usr/pkgsrc/dev/lang/lua52/work/lua-5.2.3/src' Makefile:55: recipe for target 'bsd' failed
Diffstat (limited to 'lang/lua52')
-rw-r--r--lang/lua52/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile
index 74a41b595b8..c3d0f8f068d 100644
--- a/lang/lua52/Makefile
+++ b/lang/lua52/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/05/04 06:10:41 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2014/06/08 19:05:00 rodent Exp $
DISTNAME= lua-${LUA_VERSION}
PKGNAME= lua52-${LUA_VERSION}
@@ -60,6 +60,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/lua.pc \
${DESTDIR}${PREFIX}/lib/pkgconfig/lua-5.2.pc
-.include "../../mk/readline.buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"