From dbeaee84e1fb7f8cd50dbc89fa3055a79a7dd56c Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Fri, 3 May 2002 02:28:24 +0000 Subject: [PATCH] Temporary patch fix due to BSD iconv. This problem is reported to path author. Submitted by: "Seung Lyun Lee" --- korean/gaim/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/korean/gaim/Makefile b/korean/gaim/Makefile index 0f74987d45b3..e1f5897bdb9c 100644 --- a/korean/gaim/Makefile +++ b/korean/gaim/Makefile @@ -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"