Date: Sat, 12 Jun 2021 10:14:16 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9db3b6bbb62c - main - lang/ghc: Workaround build failure on CURRENT. Message-ID: <202106121014.15CAEGLO018965@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=9db3b6bbb62c7f86094e882d4d1a0b187d26a13b commit 9db3b6bbb62c7f86094e882d4d1a0b187d26a13b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-06-12 10:10:34 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-06-12 10:14:10 +0000 lang/ghc: Workaround build failure on CURRENT. PR: 256424 Reported by: Filipe da Silva Santos <contact@shiori.com.br> --- lang/ghc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 63babd0e6e6f..e59a670b7061 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -89,7 +89,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106121014.15CAEGLO018965>