Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Mar 2024 15:48:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   [Bug 277492] lang/ghc fails build/install gmake invalid option -- D
Message-ID:  <bug-277492-16154-JywqmLIETS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277492-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277492-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277492

--- Comment #3 from Tijl Coosemans <tijl@FreeBSD.org> ---
Created attachment 248952
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248952&action=
=3Dedit
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}=
.=20
But I wonder where that -D flag is coming from.  Are you building the port =
with
"make -DSOMETHING"?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277492-16154-JywqmLIETS>