aboutsummaryrefslogtreecommitdiffstats
path: root/mbone
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2000-01-28 11:29:38 +0800
committerfenner <fenner@FreeBSD.org>2000-01-28 11:29:38 +0800
commit0b9d8b6dc9d149e5bd76889a7f1c07715e604178 (patch)
tree0d58c5076ed45913ece8f0b64963a5cc8b2139b2 /mbone
parent885bd3bd644e20f24d3f6c68fd4163def25b0c22 (diff)
downloadfreebsd-ports-gnome-0b9d8b6dc9d149e5bd76889a7f1c07715e604178.tar.gz
freebsd-ports-gnome-0b9d8b6dc9d149e5bd76889a7f1c07715e604178.tar.zst
freebsd-ports-gnome-0b9d8b6dc9d149e5bd76889a7f1c07715e604178.zip
Use -fwritable-strings to let tcl stomp on Tcl_Eval() args.
Diffstat (limited to 'mbone')
-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