aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-03 01:21:59 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-03 01:21:59 +0000
commitf29bf0fd000ec9cac33ed5d2dc09a25238c6b2e9 (patch)
treeb1ce855343e1b0904ebb9a7903a2f38c5a408aaf /devel/ccache
parent92b6b2ba889f30a8eb4aa420ceeca80a52ad22e7 (diff)
downloadports-f29bf0fd000ec9cac33ed5d2dc09a25238c6b2e9.tar.gz
ports-f29bf0fd000ec9cac33ed5d2dc09a25238c6b2e9.zip
Add more to the example so you can disable ccache with out having to change PATH
Notes
Notes: svn path=/head/; revision=123014
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/files/ccache-howto-freebsd.txt.in3
1 files changed, 3 insertions, 0 deletions
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: