aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-08-23 00:00:00 +0800
committermat <mat@FreeBSD.org>2016-08-23 00:00:00 +0800
commit9f49d593173657455474cecb50915cd694e4a89d (patch)
treeebd040f8472a9c3e83ffb5e099ce8cc4135d25f7 /net-mgmt
parentb26b9c6f8560fc8148d876655a9d7b285e4a2828 (diff)
downloadfreebsd-ports-gnome-9f49d593173657455474cecb50915cd694e4a89d.tar.gz
freebsd-ports-gnome-9f49d593173657455474cecb50915cd694e4a89d.tar.zst
freebsd-ports-gnome-9f49d593173657455474cecb50915cd694e4a89d.zip
Fails to build with CCACHE on 11:
ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Sponsored by: Absolight
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-check_bacula/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/nagios-check_bacula/Makefile b/net-mgmt/nagios-check_bacula/Makefile
index 8f997155d9ca..072a8d97b491 100644
--- a/net-mgmt/nagios-check_bacula/Makefile
+++ b/net-mgmt/nagios-check_bacula/Makefile
@@ -26,4 +26,6 @@ CONFIGURE_ARGS= --enable-client-only \
OPTIONS_DEFINE= #
OPTIONS_DEFAULT=#
+NO_CCACHE= yes
+
.include "${MASTERDIR}/Makefile"