diff options
author | fenner <fenner@FreeBSD.org> | 2000-01-28 11:29:38 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2000-01-28 11:29:38 +0800 |
commit | 0b9d8b6dc9d149e5bd76889a7f1c07715e604178 (patch) | |
tree | 0d58c5076ed45913ece8f0b64963a5cc8b2139b2 | |
parent | 885bd3bd644e20f24d3f6c68fd4163def25b0c22 (diff) | |
download | freebsd-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.
-rw-r--r-- | mbone/sdr/files/Makefile.freebsd | 2 | ||||
-rw-r--r-- | net/sdr/files/Makefile.freebsd | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/net/sdr/files/Makefile.freebsd b/net/sdr/files/Makefile.freebsd index f0ad49d16443..e412d81c1f99 100644 --- a/net/sdr/files/Makefile.freebsd +++ b/net/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 |