aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache/files
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-03 09:21:59 +0800
committerahze <ahze@FreeBSD.org>2004-12-03 09:21:59 +0800
commit75648695e3755c6acd064d3699437784bf14abdc (patch)
tree5246bf07d341d05db0917aaa5e67b84d6db61ee8 /devel/ccache/files
parent3567118079706cebf1f207095ddea7e9bddbae3b (diff)
downloadfreebsd-ports-gnome-75648695e3755c6acd064d3699437784bf14abdc.tar.gz
freebsd-ports-gnome-75648695e3755c6acd064d3699437784bf14abdc.tar.zst
freebsd-ports-gnome-75648695e3755c6acd064d3699437784bf14abdc.zip
Add more to the example so you can disable ccache with out having to change PATH
Diffstat (limited to 'devel/ccache/files')
-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: