mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
@ -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 New Issue
Block a user