gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / disabled-packages / racket / collects-racket-system.rkt.patch
1 diff -u -r ../racket-6.6/collects/racket/system.rkt ./collects/racket/system.rkt
2 --- ../racket-6.6/collects/racket/system.rkt 2016-04-15 16:33:56.000000000 -0400
3 +++ ./collects/racket/system.rkt 2016-11-22 16:45:09.576844179 -0500
4 @@ -17,7 +17,7 @@
5
6 (define (shell-path/args who argstr)
7 (case (system-type)
8 - [(unix macosx) (append '("/bin/sh" "-c") (list argstr))]
9 + [(unix macosx) (append '("@TERMUX_PREFIX@/bin/sh" "-c") (list argstr))]
10 [(windows) (let ([cmd
11 (let ([d (find-system-path 'sys-dir)])
12 (let ([cmd (build-path d "cmd.exe")])