diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:58:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:58:42 +0800 |
commit | 28f44cbb5f55fb2c9e71090e6c25c44e5234ebb9 (patch) | |
tree | d2f1a5280e351cc8b07df5facdbb9fa40feeb738 /math | |
parent | e8b61ed4bf060d09428009a7de7fd3803aa3bca7 (diff) | |
download | freebsd-ports-gnome-28f44cbb5f55fb2c9e71090e6c25c44e5234ebb9.tar.gz freebsd-ports-gnome-28f44cbb5f55fb2c9e71090e6c25c44e5234ebb9.tar.zst freebsd-ports-gnome-28f44cbb5f55fb2c9e71090e6c25c44e5234ebb9.zip |
- Fix build with lang/lua53
PR: 196885
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 1 month)
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 073b9a373c7d..e78c67fd3716 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -78,6 +78,8 @@ post-patch: '/^install:/s/install-am//' ${WRKSRC}/share/LaTeX/Makefile.in @${REINPLACE_CMD} -e \ 's|)/@PACKAGE@/@PKG_MAJOR@|)|g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e \ + 's|luaL_checkint(|(int)luaL_checkinteger(|' ${WRKSRC}/term/lua.trm .if ${PORT_OPTIONS:MDOCS} post-build: |