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:
parent
0b2e6364e5
commit
b48012ad65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264247
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user