aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2013-10-23 23:05:04 +0800
committeruqs <uqs@FreeBSD.org>2013-10-23 23:05:04 +0800
commit575f7b8140d45ea07769c5a1d618b72c472a9d33 (patch)
treeaf790b27b33a2522c6fa47cbda45a10c00c36fe5 /Mk/Uses
parent2fae9a5c4308b36cb6768bc0a22b687078afaf2b (diff)
downloadfreebsd-ports-gnome-575f7b8140d45ea07769c5a1d618b72c472a9d33.tar.gz
freebsd-ports-gnome-575f7b8140d45ea07769c5a1d618b72c472a9d33.tar.zst
freebsd-ports-gnome-575f7b8140d45ea07769c5a1d618b72c472a9d33.zip
Allow users to install converters/libiconv on 10.x systems if they
decided to build world with WITHOUT_ICONV set. There's no need for this check to be based on OSVERSION. Some users (i.e. me), report subtle application breakages with the iconv-from-src that disappear when iconv-from-ports is installed. Allow for a bridge till these issues are sorted out. Approved by: portmgr (bdrewery)
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/iconv.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/iconv.mk b/Mk/Uses/iconv.mk
index 06f1e5620394..7a12a843ece2 100644
--- a/Mk/Uses/iconv.mk
+++ b/Mk/Uses/iconv.mk
@@ -16,7 +16,7 @@ _INCLUDE_USES_ICONV_MK= yes
iconv_ARGS= lib
.endif
-.if !exists(/usr/include/iconv.h) && ${OSVERSION} < 1000043
+.if !exists(/usr/include/iconv.h)
ICONV_CMD= ${LOCALBASE}/bin/iconv
ICONV_LIB= -liconv