From d3493a5657b0bded7fd2c820fe51140efe9c111a Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 3 Oct 2005 01:58:24 +0000 Subject: [PATCH] - Add support for gcc41 --- devel/ccache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 8dae8acbdb14..280a16b784bb 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -34,7 +34,7 @@ PLIST_DIRS= ${CCLINKDIR} .include .if !defined(WITHOUT_COMPILER_LINKS) -GNU_COMPILERS= 295 32 33 34 35 40 +GNU_COMPILERS= 295 32 33 34 35 40 41 CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH}=="i386" CCACHE_COMPILERS+= icc icpc