git: eaf7a4ee5399 - main - Uses/cabal.mk: Extend i386 brokeness to basement-0.0.15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Sep 2022 13:11:40 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=eaf7a4ee5399b0cac5f21bdf0cec3b7c53c0ae86 commit eaf7a4ee5399b0cac5f21bdf0cec3b7c53c0ae86 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-09-20 13:07:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-09-20 13:11:05 +0000 Uses/cabal.mk: Extend i386 brokeness to basement-0.0.15 --- Mk/Uses/cabal.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/cabal.mk b/Mk/Uses/cabal.mk index 09724cedbcd2..b15a4ee4feaa 100644 --- a/Mk/Uses/cabal.mk +++ b/Mk/Uses/cabal.mk @@ -69,9 +69,9 @@ IGNORE= USES=cabal: invalid arguments: ${arg} IGNORE= CABAL_PROJECT: invalid value: ${CABAL_PROJECT} . endif -. if ${ARCH} == i386 && defined(USE_CABAL) && ${USE_CABAL:Mbasement-0.0.14} +. if ${ARCH} == i386 && defined(USE_CABAL) && ${USE_CABAL:Mbasement-0.0.1[4-5]} # Upstream issue: https://github.com/haskell-foundation/foundation/issues/565 -BROKEN= basement-0.0.14 package doesn't compile on i386 +BROKEN= ${USE_CABAL:Mbasement-0.0.1[4-5]} package doesn't compile on i386 . endif PKGNAMEPREFIX?= hs-