summaryrefslogtreecommitdiff
path: root/sysutils/cd-write/files/patch-3
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-29 03:49:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-29 03:49:06 +0000
commit58cd15ee7b8fae972f49ed34054240f2d1d87811 (patch)
treece52ea3d13c57de3997151ad8bce2c4275aa5199 /sysutils/cd-write/files/patch-3
parentUpdate to use Tcl/Tk version 8.2. (diff)
Update to use Tcl/Tk version 8.2.
Notes
Notes: svn path=/head/; revision=23487
Diffstat (limited to 'sysutils/cd-write/files/patch-3')
-rw-r--r--sysutils/cd-write/files/patch-312
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/cd-write/files/patch-3 b/sysutils/cd-write/files/patch-3
new file mode 100644
index 000000000000..132ab4a251cf
--- /dev/null
+++ b/sysutils/cd-write/files/patch-3
@@ -0,0 +1,12 @@
+--- c++tk/Makefile.orig Sun Nov 28 19:31:26 1999
++++ c++tk/Makefile Sun Nov 28 19:42:34 1999
+@@ -1,7 +1,7 @@
+-CFLAGS=-g -O -I/usr/local/include/tcl8.0
++CFLAGS=-g -O -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include -I${PREFIX}/include/tk8.2 -I${X11BASE}/include
+ OBJS = c++tk.o
+
+-TK_LIB= /usr/local/lib/tk8.0
++TK_LIB= ${PREFIX}/lib/tk8.2
+ TCL_SCRIPTS= bgerror button dialog entry focus listbox menu obsolete \
+ optMenu palette text scale scrlbar tearoff
+