1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/chinese/oxim/files/patch-gtk-immodule-gtkintl.h
2009-12-27 07:19:03 +00:00

11 lines
351 B
C

--- src/gtk-immodule/gtkintl.h.orig 2009-01-07 11:32:19.000000000 +0800
+++ src/gtk-immodule/gtkintl.h 2009-12-27 14:43:18.000000000 +0800
@@ -1,6 +1,6 @@
#ifndef __GTKINTL_H__
#define __GTKINTL_H__
-#define GTK_LOCALEDIR "/usr/share/locale"
+#define GTK_LOCALEDIR "%%PREFIX%%/share/locale"
#define GETTEXT_PACKAGE "gtk20"
#include <langinfo.h>