mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
6b15a1c042
commit
91d6541dda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337390
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} 's|make|$$(MAKE)|g' ${WRKSRC}/Makefile
|
||||||
#respect CFLAGS
|
#respect CFLAGS
|
||||||
. for f in IMlib Lib Programs
|
. for f in IMlib Lib Programs
|
||||||
@${REINPLACE_CMD} 's|CFLAGS =|CFLAGS+=|g' ${WRKSRC}/MGridGen/${f}/Makefile
|
@${REINPLACE_CMD} 's|CFLAGS =|CFLAGS+=|g' ${WRKSRC}/MGridGen/${f}/Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue