Use base system iconv.h again on FreeBSD stable/10.
This commit is contained in:
parent
5fc54686d8
commit
6b3b61fe7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385053
@ -37,7 +37,8 @@ ICONV_PREFIX= /usr
|
||||
ICONV_CONFIGURE_ARG=
|
||||
ICONV_CONFIGURE_BASE=
|
||||
|
||||
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} < 1100069) \
|
||||
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \
|
||||
|| (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100069))) \
|
||||
|| exists(${LOCALBASE}/include/iconv.h)
|
||||
BUILD_DEPENDS+= libiconv>=1.14_8:${PORTSDIR}/converters/libiconv
|
||||
CPPFLAGS+= -DLIBICONV_PLUG
|
||||
|
Loading…
Reference in New Issue
Block a user