svn commit: r379381 - head/math/gnuplot
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 19 19:58:43 UTC 2015
Author: sunpoet
Date: Thu Feb 19 19:58:42 2015
New Revision: 379381
URL: https://svnweb.freebsd.org/changeset/ports/379381
QAT: https://qat.redports.org/buildarchive/r379381/
Log:
- Fix build with lang/lua53
PR: 196885
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 1 month)
Modified:
head/math/gnuplot/Makefile
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Thu Feb 19 19:55:09 2015 (r379380)
+++ head/math/gnuplot/Makefile Thu Feb 19 19:58:42 2015 (r379381)
@@ -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:
More information about the svn-ports-head
mailing list