git: 9db3b6bbb62c - main - lang/ghc: Workaround build failure on CURRENT.
Gleb Popov
arrowd at FreeBSD.org
Sat Jun 12 10:14:16 UTC 2021
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9db3b6bbb62c7f86094e882d4d1a0b187d26a13b
commit 9db3b6bbb62c7f86094e882d4d1a0b187d26a13b
Author: Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-06-12 10:10:34 +0000
Commit: Gleb Popov <arrowd at 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 at 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
More information about the dev-commits-ports-all
mailing list