mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Mk/Iconv.mk: Remove DragonFly exception
This file has been locally patched in dports for over a year. The exception hasn't been valid since DragonFly 4.0. Approved by: erwin@ (portmgr)
This commit is contained in:
parent
b6f669d6a3
commit
49aa2bf7eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412072
@ -41,7 +41,7 @@ ICONV_CONFIGURE_BASE=
|
||||
ICONV_INCLUDE_PATH= /usr/include
|
||||
ICONV_LIB_PATH= /usr/lib/libc.so
|
||||
|
||||
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \
|
||||
.if (${OPSYS} == FreeBSD && (${OSVERSION} < 1001514 \
|
||||
|| (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100069))) \
|
||||
|| exists(${LOCALBASE}/include/iconv.h)
|
||||
BUILD_DEPENDS+= libiconv>=1.14_9:converters/libiconv
|
||||
|
Loading…
Reference in New Issue
Block a user