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:
parent
d0913b7f25
commit
8471c7bd90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user