1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Unbreak build: CPP is now part of MAKE_ENV

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-11-08 15:05:11 +00:00
parent 0b2e6364e5
commit b48012ad65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264247

View File

@ -28,7 +28,7 @@ SCRIPTUTILS= cmerge2.pl draft.pl mextract.pl mf2bin.pl mpretty.pl \
mproject.pl mrun.pl mrunfile.pl mrunpairs.pl mviz.pl
CC:= ${CC} ${CFLAGS}
MAKE_ENV+= CPP="${CXX} ${CXXFLAGS}"
CPP= ${CXX} ${CXXFLAGS}
post-patch:
@${REINPLACE_CMD} -E 's,^(CC|CPP) =,\1 ?=,g' \