Date: Sat, 05 Jun 2021 09:51:18 +0000 From: bugzilla-noreply@freebsd.org To: haskell@FreeBSD.org Subject: [Bug 256424] lang/ghc build fails on 14-CURRENT under synth Message-ID: <bug-256424-16154-DE4qJUXCWM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256424-16154@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256424 Gleb Popov <arrowd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(haskel |maintainer-feedback+ |l@FreeBSD.org) | Status|New |Open CC| |arrowd@FreeBSD.org --- Comment #1 from Gleb Popov <arrowd@FreeBSD.org> --- Can you please try this patch? diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 93c57dca4853..4bfcf607ceae 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -92,7 +92,7 @@ PORTDOCS= * BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x .endif -.if ${ARCH} == powerpc64 +.if ${ARCH} == powerpc64 || ${OSVERSION} >= 1400018 CONFIGURE_ARGS+= --enable-dtrace=0 .endif -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256424-16154-DE4qJUXCWM>
