diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2002-05-03 02:28:24 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2002-05-03 02:28:24 +0000 |
commit | dbeaee84e1fb7f8cd50dbc89fa3055a79a7dd56c (patch) | |
tree | 8e9414b5e79dbb5d790f2d256b720ea83bb6663b /korean | |
parent | d845a8a153bb15788f9b08b049f926d34c41f4b6 (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/Makefile | 3 |
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" |