diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-03-29 15:32:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-03-29 15:32:26 +0000 |
commit | a0c4cbd9ae7e23fb7155f44f1dd2cdbf8ce1d60e (patch) | |
tree | e02fe26ff9803a13d247cfdcb4d8ddecc637219b /chinese/oxim/files | |
parent | 60808af285d8e9fcb6857ff9ea93b68f8dee23e8 (diff) |
Notes
Diffstat (limited to 'chinese/oxim/files')
-rw-r--r-- | chinese/oxim/files/patch-configure | 21 | ||||
-rw-r--r-- | chinese/oxim/files/patch-gtk-immodule-gtkintl.h | 11 |
2 files changed, 32 insertions, 0 deletions
diff --git a/chinese/oxim/files/patch-configure b/chinese/oxim/files/patch-configure new file mode 100644 index 000000000000..67dc6be897d0 --- /dev/null +++ b/chinese/oxim/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Sat Mar 18 10:57:51 2006 ++++ configure Sat Mar 18 11:02:32 2006 +@@ -29642,6 +29642,7 @@ + test $found = y && break + done + fi ++if test "$enable_bimsphone_module" = "yes" ; then + if test $found = n; then + echo "$as_me:$LINENO: result: You need Berkeley DB to compile bimsphone module." >&5 + echo "${ECHO_T}You need Berkeley DB to compile bimsphone module." >&6 +@@ -29652,6 +29653,10 @@ + DB_INC=${db_include} + + DB_LIBS=${db_lib} ++else ++DB_INC= ++DB_LIBS= ++fi + + + #----------------------------------------------------------------------- diff --git a/chinese/oxim/files/patch-gtk-immodule-gtkintl.h b/chinese/oxim/files/patch-gtk-immodule-gtkintl.h new file mode 100644 index 000000000000..da511fe67491 --- /dev/null +++ b/chinese/oxim/files/patch-gtk-immodule-gtkintl.h @@ -0,0 +1,11 @@ +--- src/gtk-immodule/gtkintl.h.orig Thu Mar 23 08:43:55 2006 ++++ src/gtk-immodule/gtkintl.h Thu Mar 23 08:46:33 2006 +@@ -1,7 +1,7 @@ + #ifndef __GTKINTL_H__ + #define __GTKINTL_H__ + #define ENABLE_NLS 1 +-#define GTK_LOCALEDIR "/usr/share/locale" ++#define GTK_LOCALEDIR "%%PREFIX%%/share/locale" + #define GETTEXT_PACKAGE "gtk20" + + #ifdef ENABLE_NLS |