freebsd-ports/sysutils/dirdiff/files/patch-aa
Greg Lehey 0c961f7f98 New port, dirdiff, a graphical tool for displaying the differences
between directory trees and for merging changes from one tree into
another.

Obtained from:	Paul Mackerras <paulus@samba.org>
2001-05-07 06:47:19 +00:00

23 lines
797 B
Text

diff -wur dirdiff-1.2/Makefile work/dirdiff-1.2/Makefile
--- Makefile Wed Mar 14 15:10:19 2001
+++ work/dirdiff-1.2/Makefile Mon May 7 15:39:30 2001
@@ -6,7 +6,7 @@
INSTALL=install
# You may need to change the -I arguments depending on your system
-CFLAGS=-O3 -I/usr/include/tcl8.3/ -I/usr/include/tcl
+CFLAGS=-O2 -I/usr/local/include/tcl -I/usr/local/include/tcl8.2/
all: filecmp.so.0.0
diff -wur dirdiff-1.2/dirdiff work/dirdiff-1.2/dirdiff
--- dirdiff Wed Mar 14 15:00:41 2001
+++ work/dirdiff-1.2/dirdiff Mon May 7 15:41:35 2001
@@ -1,6 +1,6 @@
#!/bin/sh
# Tcl ignores the next line \
-exec wish "$0" -- "${1+$@}"
+exec wish8.2 "$0" -- "${1+$@}"
# Copyright (C) 1999-2001 Paul Mackerras. All rights reserved.
# This program is free software; it may be used, copied, modified