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