diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-03 21:41:55 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-03 21:41:55 +0000 |
commit | a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a (patch) | |
tree | 9b4f5abfe31ea4892cc3e08396c0d9fffe53fb93 /irc/zircon/files | |
parent | a409949f031da80f18aa270dc89150050473e53b (diff) | |
download | FreeBSD-ports-a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a.zip FreeBSD-ports-a477fa7c1a8cb39fb4351d3846b7e050b4d6b23a.tar.gz |
Update to zircon 1.18.213
PR: ports/10786
Diffstat (limited to 'irc/zircon/files')
-rw-r--r-- | irc/zircon/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/zircon/files/patch-aa b/irc/zircon/files/patch-aa index 37a59ff..66415b5 100644 --- a/irc/zircon/files/patch-aa +++ b/irc/zircon/files/patch-aa @@ -5,7 +5,7 @@ global CC GCC SCflag CFlags Type SLDflag share scflags switch {} $CC {} default return - set CFlags -O -+ set CFlags {-O -I/usr/local/include/tcl8.1} ++ set CFlags {-O -I/usr/local/include/tcl8.0} catch {set CFlags $cflags($Type)} switch BSDI $Type { set CC gcc2 |