diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-21 12:56:38 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-21 12:56:38 +0800 |
commit | d4d6097aeb3c7ef987e5b96e4b8ebc96d286e692 (patch) | |
tree | 06dae13ff9c6a6cbd789f7af0b238799a0b12cb8 /irc/zircon/files | |
parent | 013d88812b24abca3369f844ce1b6ffea583c087 (diff) | |
download | freebsd-ports-gnome-d4d6097aeb3c7ef987e5b96e4b8ebc96d286e692.tar.gz freebsd-ports-gnome-d4d6097aeb3c7ef987e5b96e4b8ebc96d286e692.tar.zst freebsd-ports-gnome-d4d6097aeb3c7ef987e5b96e4b8ebc96d286e692.zip |
2nd try after being bitten by cvs add bug in remote case.
Diffstat (limited to 'irc/zircon/files')
-rw-r--r-- | irc/zircon/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa new file mode 100644 index 000000000000..66415b5d6352 --- /dev/null +++ b/irc/zircon/files/patch-aa @@ -0,0 +1,11 @@ +--- installer/unix.tcl.orig Sat Sep 20 20:47:35 1997 ++++ installer/unix.tcl Sat Sep 20 20:47:37 1997 +@@ -228,7 +228,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.0} + catch {set CFlags $cflags($Type)} + switch BSDI $Type { + set CC gcc2 |