svn commit: r337491 - branches/2014Q1/math/parmgridgen
Mathieu Arnold
mat at FreeBSD.org
Thu Dec 26 13:05:52 UTC 2013
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
More information about the svn-ports-all
mailing list