diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-20 03:58:42 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-20 03:58:42 +0800 |
commit | ae9ebf0282763dc82342c5ceadca586a58e5556a (patch) | |
tree | d2f1a5280e351cc8b07df5facdbb9fa40feeb738 /math | |
parent | dd8f842266a065b302e579cff2a8f8780d1f524d (diff) | |
download | freebsd-ports-gnome-ae9ebf0282763dc82342c5ceadca586a58e5556a.tar.gz freebsd-ports-gnome-ae9ebf0282763dc82342c5ceadca586a58e5556a.tar.zst freebsd-ports-gnome-ae9ebf0282763dc82342c5ceadca586a58e5556a.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: |