diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-04-29 21:41:20 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-04-29 21:41:20 +0000 |
commit | 01470efd262287ca40600ee0409e23cc5d0268f9 (patch) | |
tree | ff9547f255f53169d0df0544cbad0c087341e3bb /sysutils/cd-write/files/patch-3 | |
parent | Unbreak by updating to gtimer 1.1.15, and redo a botched (but cosmetic) (diff) |
Unbreak.
Notes
Notes:
svn path=/head/; revision=28089
Diffstat (limited to 'sysutils/cd-write/files/patch-3')
-rw-r--r-- | sysutils/cd-write/files/patch-3 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/cd-write/files/patch-3 b/sysutils/cd-write/files/patch-3 index 132ab4a251cf..00935fd3199a 100644 --- a/sysutils/cd-write/files/patch-3 +++ b/sysutils/cd-write/files/patch-3 @@ -1,8 +1,8 @@ ---- c++tk/Makefile.orig Sun Nov 28 19:31:26 1999 -+++ c++tk/Makefile Sun Nov 28 19:42:34 1999 +--- 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 -+CFLAGS=-g -O -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include -I${PREFIX}/include/tk8.2 -I${X11BASE}/include ++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 @@ -10,3 +10,12 @@ 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} |