openexr: make architecture independent
[oi-userland.git] / components / library / guile / patches / illumos-11616-workaround.patch
blob066eee06ca586a3ce486628ed3e95f1b98af4e0c
1 --- guile-2.2.6.orig/module/web/client.scm 2018-06-23 17:23:28.000000000 +0000
2 +++ guile-2.2.6/module/web/client.scm 2019-08-23 23:00:47.764220579 +0000
3 @@ -182,9 +182,9 @@
4 (cond (port => number->string)
5 ((uri-scheme uri) => symbol->string)
6 (else (error "Not an absolute URI" uri)))
7 - (if port
8 - AI_NUMERICSERV
9 - 0))
10 + 0
11 + AF_UNSPEC
12 + IPPROTO_TCP)
13 (lambda (ai1 ai2)
14 (equal? (addrinfo:addr ai1) (addrinfo:addr ai2))))))
15 (define https?