1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/chez-scheme/disable-iconv-tests.patch
2024-04-13 04:14:20 +02:00

17 lines
593 B
Diff

They are incompatible with musl's iconv implementation relying on
encodings that are not supported by musl libc et cetera.
diff -upr csv10.0.0.orig/mats/io.ms csv10.0.0/mats/io.ms
--- csv10.0.0.orig/mats/io.ms 2024-04-13 15:51:20.280352351 +0200
+++ csv10.0.0/mats/io.ms 2024-04-13 15:51:46.850399748 +0200
@@ -534,9 +534,7 @@
1)
)
-(if (case (machine-type)
- [(pb tpb) #t]
- [else (embedded?)])
+(if #t
(mat iconv-codec
(error? (errorf 'iconv-codec "-73 is not a string"))
(error? (errorf 'transcoded-port "unsupported encoding almost certainly bogus"))