aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache/files
diff options
context:
space:
mode:
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: