1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv.

This commit is contained in:
Akinori MUSHA 2014-05-07 12:39:41 +00:00
parent 626549c0d3
commit 21be862b07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353150

View File

@ -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