diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-12-26 01:06:28 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-12-26 01:06:28 +0000 |
commit | e841be38fa5ceba1aaba585f670c22deb057e998 (patch) | |
tree | e7057b2c2119bb09c0cac18ed1c570be13b4b7de /sysutils/cd-write/files/patch-3 | |
parent | Add emp, CGI application that creates a hierarchy of categorized links. (diff) |
Upgrade to version 1.4.2.
Notes
Notes:
svn path=/head/; revision=96605
Diffstat (limited to 'sysutils/cd-write/files/patch-3')
-rw-r--r-- | sysutils/cd-write/files/patch-3 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/cd-write/files/patch-3 b/sysutils/cd-write/files/patch-3 deleted file mode 100644 index 00935fd3199a..000000000000 --- a/sysutils/cd-write/files/patch-3 +++ /dev/null @@ -1,21 +0,0 @@ ---- c++tk/Makefile.orig Tue Nov 17 23:34:37 1998 -+++ c++tk/Makefile Sat Apr 29 23:38:40 2000 -@@ -1,7 +1,7 @@ --CFLAGS=-g -O -I/usr/local/include/tcl8.0 -+CXXFLAGS=-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 - -@@ -9,7 +9,7 @@ - - .if defined(TIX) - DEPS+= tix_scripts.h --CFLAGS+= -DTIX -+CXXFLAGS+= -DTIX - .endif - - c++tk.o: ${DEPS} |