summaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authortnn <tnn>2015-03-19 18:33:43 +0000
committertnn <tnn>2015-03-19 18:33:43 +0000
commit7317c4a8b0aacdf88195c6aa371a1a87a3e91414 (patch)
treeda92fb3a50677fd689263e278c682a2fad27ecf1 /devel/ccache
parenta514635434848e77d09f86f66fb929f75433a7d1 (diff)
downloadpkgsrc-7317c4a8b0aacdf88195c6aa371a1a87a3e91414.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/Makefile6
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"