summaryrefslogtreecommitdiff
path: root/mbone/sdr/files
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2000-01-28 03:29:38 +0000
committerBill Fenner <fenner@FreeBSD.org>2000-01-28 03:29:38 +0000
commit991191f05628c531d063de70fdf486b66e320b91 (patch)
treef2fe911bc0e48fa86d815cc00c09d3a7eb9552ca /mbone/sdr/files
parentActually use tcl/tk 8.2 like we claim to. (diff)
Use -fwritable-strings to let tcl stomp on Tcl_Eval() args.
Notes
Notes: svn path=/head/; revision=25147
Diffstat (limited to 'mbone/sdr/files')
-rw-r--r--mbone/sdr/files/Makefile.freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/sdr/files/Makefile.freebsd b/mbone/sdr/files/Makefile.freebsd
index f0ad49d16443..e412d81c1f99 100644
--- a/mbone/sdr/files/Makefile.freebsd
+++ b/mbone/sdr/files/Makefile.freebsd
@@ -1,4 +1,4 @@
-CC = gcc -g -O
+CC = gcc -g -O -fwritable-strings
INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.2 -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/uclmmbase
LIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm
CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD