aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-04-08 08:55:51 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-04-08 08:55:51 +0000
commit282aaeac02b0b98cf0e7db539ab96ad1552d35c1 (patch)
treeb71fd47824b7198212eca6ca6edc103979265b60 /korean
parent31d52c8c9804643a344d34fc79c6b5424c11c173 (diff)
downloadports-282aaeac02b0b98cf0e7db539ab96ad1552d35c1.tar.gz
ports-282aaeac02b0b98cf0e7db539ab96ad1552d35c1.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/gaim/Makefile2
-rw-r--r--korean/gaim/files/gaim-utf.diff (renamed from korean/gaim/files/gaim-0.54-utf.diff)3
2 files changed, 3 insertions, 2 deletions
diff --git a/korean/gaim/Makefile b/korean/gaim/Makefile
index 1c7505103f5d..b2e532cb86c8 100644
--- a/korean/gaim/Makefile
+++ b/korean/gaim/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= cjh@FreeBSD.org
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
# Slightly modified from http://master.debian.or.kr/~alee/patch/
-EXTRA_PATCHES= ${.CURDIR}/files/gaim-0.54-utf.diff
+EXTRA_PATCHES= ${.CURDIR}/files/gaim-utf.diff
.if !exists(/usr/include/langinfo.h)
BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
diff --git a/korean/gaim/files/gaim-0.54-utf.diff b/korean/gaim/files/gaim-utf.diff
index 6ae6e2542fa9..b3f2b8aa125f 100644
--- a/korean/gaim/files/gaim-0.54-utf.diff
+++ b/korean/gaim/files/gaim-utf.diff
@@ -13,7 +13,7 @@
extern time_t get_time(int, int, int, int, int, int);
--- gaim-0.54.orig/src/util.c
+++ src/util.c
-@@ -33,9 +33,15 @@
+@@ -33,10 +33,16 @@
#include <sys/wait.h>
#include <ctype.h>
#include <math.h>
@@ -22,6 +22,7 @@
+#include <limits.h>
#include "gaim.h"
#include "prpl.h"
+ #include "gtkspell.h"
+static int get_charset_internal (char **);
+static int get_charset (char **);