Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv.
This commit is contained in:
parent
626549c0d3
commit
21be862b07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353150
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ USES= iconv zip
|
|||
WRKSRC= ${WRKDIR}/vmi-${PORTNAME}-8bc9f64
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${ICONV_PREFIX}/include
|
||||
LDFLAGS+= -L${ICONV_PREFIX}/lib
|
||||
|
||||
DOCS_EN= COPYING ChangeLog
|
||||
DOCS_JA= ChangeLog.ja README.ja
|
||||
|
|
Loading…
Reference in a new issue