mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Uses/cabal.mk: Extend i386 brokeness to basement-0.0.15
This commit is contained in:
parent
03d28c59cc
commit
eaf7a4ee53
@ -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-
|
||||
|
Loading…
Reference in New Issue
Block a user