Temporary patch fix due to BSD iconv.

This problem is reported to path author.

Submitted by:		"Seung Lyun Lee" <micherin@korea.com>
This commit is contained in:
CHOI Junho 2002-05-03 02:28:24 +00:00
parent d845a8a153
commit dbeaee84e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58480

View File

@ -23,4 +23,7 @@ MD5_FILE= ${.CURDIR}/distinfo
BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
.endif
post-patch:
@${PERL} -pi -e 's,UTF8,UTF-8,g' ${WRKSRC}/src/util.c
.include "${MASTERDIR}/Makefile"