aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-04 21:51:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-04 21:51:40 +0000
commit6ffd63e0035a63d0b13c8564c5fa081c0dca28ac (patch)
tree43e24eed3260717df2705146c767bb086c2827f8 /Mk/bsd.port.mk
parentb597ceaf7536cf4b85cd7246e40317d16becfcc9 (diff)
downloadports-6ffd63e0035a63d0b13c8564c5fa081c0dca28ac.tar.gz
ports-6ffd63e0035a63d0b13c8564c5fa081c0dca28ac.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ca7552bb39cf..f38c67fc76a8 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1084,7 +1084,7 @@ EXPIRATION_DATE?= 2014-08-31
IGNORE= Cross building can only be done when using bmake(1) as make(1)
.endif
# Do not define CPP on purpose
-.if !defined(HCC)
+.if !defined(HOSTCC)
HOSTCC:= ${CC}
HOSTCXX:= ${CXX}
.endif