aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-02-21 11:06:30 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-02-21 11:06:30 +0000
commit801ea5582e882cf1da7aeaa6a7b6bf9068049c37 (patch)
treee2cd798b6d89e27a7151999e94b6f5110ec91bcf /devel
parent7b7dd5e756b90f50297ebd84b19b2ee0bc46fcfe (diff)
downloadports-801ea5582e882cf1da7aeaa6a7b6bf9068049c37.tar.gz
ports-801ea5582e882cf1da7aeaa6a7b6bf9068049c37.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ccache/Makefile3
-rw-r--r--devel/ccache/files/ccache-howto-freebsd.txt.in3
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 7bab2a78f9c8..8dae8acbdb14 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -62,7 +62,8 @@ post-extract:
.if !defined(WITHOUT_COMPILER_LINKS)
@${SED} -e 's|%%CCACHE_COMPILERS%%|${CCACHE_COMPILERS}|; \
s|%%PREFIX%%|${PREFIX}|; s|%%CCLINKDIR%%|${CCLINKDIR}|; \
- s|%%LOCALBASE%%|${LOCALBASE}|' \
+ s|%%LOCALBASE%%|${LOCALBASE}|; \
+ s|%%ICCPREFIX%%|${LOCALBASE}/intel_cc_80/bin|' \
${FILESDIR}/${HOWTO}.in > ${WRKDIR}/${HOWTO}
@${SED} -e 's|%%HOWTO%%|${HOWTO}|; \
s|%%DOCSDIR%%|${DOCSDIR}|' \
diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in
index 4c9a3be55a11..6f9f75f12475 100644
--- a/devel/ccache/files/ccache-howto-freebsd.txt.in
+++ b/devel/ccache/files/ccache-howto-freebsd.txt.in
@@ -25,6 +25,9 @@ For csh/tcsh Add the following to /etc/csh.cshrc:
setenv PATH %%PREFIX%%/libexec/ccache/:$PATH
setenv CCACHE_PATH /usr/bin:%%LOCALBASE%%/bin
+For icc users:
+ Add %%ICCPREFIX%% to CCACHE_PATH
+
--
To use distcc: