From 75648695e3755c6acd064d3699437784bf14abdc Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 3 Dec 2004 01:21:59 +0000 Subject: Add more to the example so you can disable ccache with out having to change PATH --- devel/ccache/files/ccache-howto-freebsd.txt.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/ccache/files') diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in index 80870035c3eb..8d98984dd1b7 100644 --- a/devel/ccache/files/ccache-howto-freebsd.txt.in +++ b/devel/ccache/files/ccache-howto-freebsd.txt.in @@ -12,6 +12,9 @@ CXX=%%LOCALBASE%%/libexec/ccache/c++ CC=cc CXX=c++ .endif +.else +CC=/usr/bin/cc +CXX=/usr/bin/c++ .endif For Korn/Bourne shells Add the following to /etc/profile: -- cgit