diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-17 18:34:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-17 18:34:18 +0800 |
commit | 8b8021364c75bb3754d7ddeec7834d641d464fd7 (patch) | |
tree | c053e4426ad4cf6884a691f1560711ac47f93ec0 | |
parent | 52f40f5dc74396eaf58ae9315065de066dc776c1 (diff) | |
download | freebsd-ports-gnome-8b8021364c75bb3754d7ddeec7834d641d464fd7.tar.gz freebsd-ports-gnome-8b8021364c75bb3754d7ddeec7834d641d464fd7.tar.zst freebsd-ports-gnome-8b8021364c75bb3754d7ddeec7834d641d464fd7.zip |
Fix build on head
-rw-r--r-- | lang/lua52/Makefile | 2 | ||||
-rw-r--r-- | lang/lua53/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile index 20af2d0f39ac..31963c46a983 100644 --- a/lang/lua52/Makefile +++ b/lang/lua52/Makefile @@ -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 diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index c27ef88977b4..0f637b71a5e0 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -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 |