diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-15 04:58:26 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-15 04:58:26 +0800 |
commit | 993c60f909a3ad4c3417247edcd45d6fb3b17fea (patch) | |
tree | 5a953cd51216a724e2fb73adb617d3a0a019d79c /ports-mgmt | |
parent | c55a450852d7371c42874e0e7f9e8c0eb329fac6 (diff) | |
download | freebsd-ports-gnome-993c60f909a3ad4c3417247edcd45d6fb3b17fea.tar.gz freebsd-ports-gnome-993c60f909a3ad4c3417247edcd45d6fb3b17fea.tar.zst freebsd-ports-gnome-993c60f909a3ad4c3417247edcd45d6fb3b17fea.zip |
Let WITH_CCACHE_BUILD work on the pkg port that is not PKG_ORIGIN.
For example, if ports-mgmt/pkg is PKG_ORIGIN then it is safe to use
ccache for ports-mgmt/pkg-devel.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index b7a98c1d154a..e9a98e70a45b 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -16,9 +16,6 @@ COMMENT= Package manager LICENSE= BSD2CLAUSE -# Disable CCACHE support because of the chicken/egg problem pkg should always -# With no dependency at all -NO_CCACHE= yes WITH_DEBUG= yes CFLAGS+= -O0 -g -Wno-error USE_LDCONFIG= yes diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 747099831ec2..ddbbb761fb41 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -14,9 +14,6 @@ COMMENT= Package manager LICENSE= BSD2CLAUSE -# Disable CCACHE support because of the chicken/egg problem pkg should always -# With no dependency at all -NO_CCACHE= yes USE_LDCONFIG= yes USES= libtool tar:xz GNU_CONFIGURE= yes |