Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconv

Remove it if the knob isn't tweaked.  Certain ports seem to think that
if /usr/bin/iconv exists, then libc has built in libiconv things and will
blow up pretty nicely when built.

Reviewed by:	gjb@
MFC after:	2 weeks
This commit is contained in:
Sean Bruno 2013-08-06 21:30:37 +00:00
parent d0913b7f25
commit 8471c7bd90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254010

View File

@ -4347,3 +4347,7 @@ OLD_FILES+=usr/bin/svnserve
OLD_FILES+=usr/bin/svnsync
OLD_FILES+=usr/bin/svnversion
.endif
.if ${MK_ICONV} == no
OLD_FILES+=usr/bin/iconv
.endif