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