diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-12 07:11:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-12 07:11:38 +0000 |
commit | 0ee5bb2fba2b22552725e2b45f3e566790360cf6 (patch) | |
tree | 9906cfbd0971279692272e5afde10d6a93cb4e03 /devel/ccache/Makefile | |
parent | 4a4498a10ca21e218b01c536fee8ea356df8898e (diff) | |
download | pkgsrc-0ee5bb2fba2b22552725e2b45f3e566790360cf6.tar.gz |
Update devel/ccache to 2.3nb1. Changes from version 2.3 include adding
a new environment variable CCACHE_HASHCC whose value may be used to
override the compiler-specific addition to the hash value used to
distinguish between two compiles. This is useful where the compiler is
a shell script generated on-the-fly that executes the real compiler.
This allows ccache to function correctly within the pkgsrc
infrastructure.
Diffstat (limited to 'devel/ccache/Makefile')
-rw-r--r-- | devel/ccache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 2abee4beada..09ac695dbe2 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/01/31 21:36:54 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/12 07:11:43 jlam Exp $ DISTNAME= ccache-2.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ccache.samba.org/ftp/ccache/ |