Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 19:58:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379381 - head/math/gnuplot
Message-ID:  <201502191958.t1JJwg1F063368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502191958.t1JJwg1F063368>