Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
longer necessary. PR: 153625
This commit is contained in:
parent
a0b327359a
commit
d7fd7f1030
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271442
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ OPTIONS= MCS51 "Intel 8051 port" on \
|
|||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --docdir=${DOCSDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue