Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.
This commit is contained in:
parent
54bb615c24
commit
9250cae280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273698
1 changed files with 2 additions and 5 deletions
|
@ -29,11 +29,8 @@ DBVERSION= 2006-07-07
|
|||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libbinio
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
CONFIGURE_ARGS= --sharedstatedir=${DATADIR}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
|
||||
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
|
||||
CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS+= --sharedstatedir=${DATADIR}
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
LICENSE= GPLv2
|
||||
MAN1= adplay.1
|
||||
|
|
Loading…
Reference in a new issue