- No need to specify CPPFLAGS in CONFIGURE_ENV.
Submitted by: sunpoet@
This commit is contained in:
parent
3bb3b98b9e
commit
52f531b38b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276696
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]*
|
|||
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= CPPFLAGS+="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= "-I${LOCALBASE}/include"
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
|
Loading…
Reference in a new issue