[Bug 277492] lang/ghc fails build/install gmake invalid option -- D

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Mar 2024 15:48:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277492

--- Comment #3 from Tijl Coosemans <tijl@FreeBSD.org> ---
Created attachment 248952
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248952&action=edit
patch

It's gmake 4.4 being picky about things FreeBSD make puts into the MAKEFLAGS
environment variable.  The solution is to run it with ${SETENVI} ${WRK_ENV}. 
But I wonder where that -D flag is coming from.  Are you building the port with
"make -DSOMETHING"?

-- 
You are receiving this mail because:
You are the assignee for the bug.