diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-19 18:33:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-19 18:33:43 +0000 |
commit | c21cc2dacbd90b4b58223df3ace40836192ef9fb (patch) | |
tree | da92fb3a50677fd689263e278c682a2fad27ecf1 /devel/ccache | |
parent | 695144837597d788874b63642b46bc68f31ee38e (diff) | |
download | pkgsrc-c21cc2dacbd90b4b58223df3ace40836192ef9fb.tar.gz |
g/c CCACHE_DEFAULT_MAXSIZE, it is no longer possible to set the default
cache size this way, and the default is now bumped to 5GB so it's not
really needed.
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 2d0a1783c18..226357ad16b 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/03/19 18:09:17 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2015/03/19 18:33:43 tnn Exp $ DISTNAME= ccache-3.2.1 PKGREVISION= 1 @@ -17,9 +17,5 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.prefs.mk" -CCACHE_DEFAULT_MAXSIZE?= 1048576 -BUILD_DEFS+= CCACHE_DEFAULT_MAXSIZE -CPPFLAGS+= -DDEFAULT_MAXSIZE=${CCACHE_DEFAULT_MAXSIZE} - .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |