Date: Sat, 17 Jan 2015 10:34:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377219 - in head/lang: lua52 lua53 Message-ID: <201501171034.t0HAYJA0069445@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 17 10:34:18 2015 New Revision: 377219 URL: https://svnweb.freebsd.org/changeset/ports/377219 QAT: https://qat.redports.org/buildarchive/r377219/ Log: Fix build on head Modified: head/lang/lua52/Makefile head/lang/lua53/Makefile Modified: head/lang/lua52/Makefile ============================================================================== --- head/lang/lua52/Makefile Sat Jan 17 10:28:50 2015 (r377218) +++ head/lang/lua52/Makefile Sat Jan 17 10:34:18 2015 (r377219) @@ -67,7 +67,7 @@ post-patch: @${REINPLACE_CMD} -e "/LUA_ROOT/s|/usr/local|${LUA_PREFIX}| ; \ s,readline/,editline/,g ; \ /history\.h/d" \ - ${WRKSRC}/src/luaconf.h + ${WRKSRC}/src/luaconf.h ${WRKSRC}/src/lua.c post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblua-${LUA_VER}.so Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Sat Jan 17 10:28:50 2015 (r377218) +++ head/lang/lua53/Makefile Sat Jan 17 10:34:18 2015 (r377219) @@ -66,7 +66,7 @@ post-patch: @${REINPLACE_CMD} -e "/LUA_ROOT/s|/usr/local|${LUA_PREFIX}| ; \ s,readline/,editline/,g ; \ /history\.h/d" \ - ${WRKSRC}/src/luaconf.h + ${WRKSRC}/src/luaconf.h ${WRKSRC}/src/lua.c post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblua-${LUA_VER}.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501171034.t0HAYJA0069445>