Date: Thu, 26 Dec 2013 13:05:52 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r337491 - branches/2014Q1/math/parmgridgen Message-ID: <201312261305.rBQD5qVU084521@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Dec 26 13:05:51 2013 New Revision: 337491 URL: http://svnweb.freebsd.org/changeset/ports/337491 Log: MFH: r337390 math/parmgridgen: Unbreak on FreeBSD 10+ The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184618 Approved by: maintainer timeout Approved by: portmgr (implicit) Modified: branches/2014Q1/math/parmgridgen/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/math/parmgridgen/Makefile ============================================================================== --- branches/2014Q1/math/parmgridgen/Makefile Thu Dec 26 13:05:03 2013 (r337490) +++ branches/2014Q1/math/parmgridgen/Makefile Thu Dec 26 13:05:51 2013 (r337491) @@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes NO_STAGE= yes post-patch: + @${REINPLACE_CMD} 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile #respect CFLAGS . for f in IMlib Lib Programs @${REINPLACE_CMD} 's|CFLAGS =|CFLAGS+=|g' ${WRKSRC}/MGridGen/${f}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261305.rBQD5qVU084521>