mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
textproc/hs-pandoc: fix build on powerpc64le
powerpc64le is also 64-bit. Otherwise: Error: [Cabal-7107] Could not resolve dependencies: [__0] trying: tasty-1.5.3 (user goal) [__1] unknown package: unbounded-delays (dependency of tasty) [__1] fail (backjumping, conflict set: tasty, unbounded-delays)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- _cabal_deps/tasty-1.5.3/tasty.cabal.orig 2026-05-29 10:05:13 UTC
|
||||
+++ _cabal_deps/tasty-1.5.3/tasty.cabal
|
||||
@@ -69,7 +69,7 @@ library
|
||||
ansi-terminal >= 0.9 && < 1.2
|
||||
|
||||
-- No reason to depend on unbounded-delays on 64-bit architecture
|
||||
- if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
|
||||
+ if(!arch(x86_64) && !arch(aarch64) && !arch(ppc64le) && !arch(ppc64) && !arch(s390x) && !arch(riscv64))
|
||||
build-depends:
|
||||
unbounded-delays >= 0.1 && < 0.2
|
||||
|
||||
Reference in New Issue
Block a user