if defined, add CXX and CPP to the make environment, as per CC.
This commit is contained in:
parent
d34ccddd00
commit
3a0c716e1e
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.mk,v 1.1198 2003/06/14 18:52:46 atatat Exp $
|
||||
# $NetBSD: bsd.pkg.mk,v 1.1199 2003/06/14 21:13:13 grant Exp $
|
||||
#
|
||||
# This file is in the public domain.
|
||||
#
|
||||
|
@ -306,6 +306,12 @@ MAKE_ENV+= X11PREFIX=${X11PREFIX}
|
|||
.if defined(CC)
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
.endif
|
||||
.if defined(CXX)
|
||||
MAKE_ENV+= CXX="${CXX}"
|
||||
.endif
|
||||
.if defined(CPP)
|
||||
MAKE_ENV+= CPP="${CPP}"
|
||||
.endif
|
||||
|
||||
.if exists(${ZOULARISBASE}/bin/ftp) # Zoularis
|
||||
FETCH_CMD?= ${ZOULARISBASE}/bin/ftp
|
||||
|
|
Loading…
Reference in a new issue