aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-17 18:34:18 +0800
committerantoine <antoine@FreeBSD.org>2015-01-17 18:34:18 +0800
commit8b8021364c75bb3754d7ddeec7834d641d464fd7 (patch)
treec053e4426ad4cf6884a691f1560711ac47f93ec0
parent52f40f5dc74396eaf58ae9315065de066dc776c1 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--lang/lua53/Makefile2
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