biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / text / dirdiff / dirdiff-2.1-vars.patch
blob4e7aa025754a4c63960649b3646c327d1c3155e7
1 diff '--color=auto' -ru dirdiff-2.1/dirdiff dirdiff-2.1-patched/dirdiff
2 --- dirdiff-2.1/dirdiff 2005-04-20 03:09:53.000000000 -0700
3 +++ dirdiff-2.1-patched/dirdiff 2021-02-14 22:54:09.837692023 -0800
4 @@ -1,6 +1,6 @@
5 #!/bin/sh
6 # Tcl ignores the next line \
7 -exec wish "$0" -- "${1+$@}"
8 +exec @tk@/bin/wish "$0" -- "${1+$@}"
10 # Copyright (C) 1999-2004 Paul Mackerras. All rights reserved.
11 # This program is free software; it may be used, copied, modified
12 @@ -17,7 +17,7 @@
13 set TclExe [info nameofexecutable]
14 set compound_ok [expr {$tcl_version >= 8.4}]
16 -set nofilecmp [catch {load libfilecmp.so.0.0}]
17 +set nofilecmp [catch {load @out@/lib/libfilecmp.so.0.0}]
18 set rcsflag {}
19 set diffbflag {}
20 set diffBflag {}
21 diff '--color=auto' -ru dirdiff-2.1/Makefile dirdiff-2.1-patched/Makefile
22 --- dirdiff-2.1/Makefile 2005-04-19 03:22:01.000000000 -0700
23 +++ dirdiff-2.1-patched/Makefile 2021-02-14 22:54:58.575400923 -0800
24 @@ -7,7 +7,7 @@
25 INSTALL=install
27 # You may need to change the -I arguments depending on your system
28 -CFLAGS=-O3 -I/usr/include/tcl8.3/ -I/usr/include/tcl
29 +CFLAGS=-O3 -I@tcl@/include
31 all: libfilecmp.so.0.0