summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-05-03 02:28:24 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-05-03 02:28:24 +0000
commitdbeaee84e1fb7f8cd50dbc89fa3055a79a7dd56c (patch)
tree8e9414b5e79dbb5d790f2d256b720ea83bb6663b /korean
parentNow that www.crypto-publish.org has put the latest version of MIT KRB5 (diff)
Temporary patch fix due to BSD iconv.
This problem is reported to path author. Submitted by: "Seung Lyun Lee" <micherin@korea.com>
Notes
Notes: svn path=/head/; revision=58480
Diffstat (limited to 'korean')
-rw-r--r--korean/gaim/Makefile3
1 files changed, 3 insertions, 0 deletions
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"