Date: Tue, 24 Dec 2013 21:43:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337390 - head/math/parmgridgen Message-ID: <201312242143.rBOLhRHJ087810@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Dec 24 21:43:27 2013 New Revision: 337390 URL: http://svnweb.freebsd.org/changeset/ports/337390 Log: 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 Modified: head/math/parmgridgen/Makefile Modified: head/math/parmgridgen/Makefile ============================================================================== --- head/math/parmgridgen/Makefile Tue Dec 24 21:35:54 2013 (r337389) +++ head/math/parmgridgen/Makefile Tue Dec 24 21:43:27 2013 (r337390) @@ -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?201312242143.rBOLhRHJ087810>