freebsd-ports/irc/zircon/files/patch-aa
1999-11-01 15:51:56 +00:00

12 lines
381 B
Plaintext

--- installer/unix.tcl.orig Wed Jul 14 05:39:14 1999
+++ installer/unix.tcl Fri Oct 29 12:56:37 1999
@@ -181,7 +181,7 @@
proc getCC {} {
global CC GCC SCflag CFlags Type SLDflag share scflags
switch {} $CC {} default return
- set CFlags -O
+ set CFlags {-O -I/usr/local/include/tcl8.2}
catch {set CFlags $cflags($Type)}
switch BSDI $Type {
set CC gcc2