diff options
Diffstat (limited to 'recipes/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch')
-rw-r--r-- | recipes/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch b/recipes/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch new file mode 100644 index 0000000000..efe3325578 --- /dev/null +++ b/recipes/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch @@ -0,0 +1,11 @@ +--- glib-2.10.3/glib-gettextize.in.old 2006-06-21 12:46:45.000000000 +0100 ++++ glib-2.10.3/glib-gettextize.in 2006-06-21 12:48:14.000000000 +0100 +@@ -49,7 +49,7 @@ + ;; + esac + +-gettext_dir=$prefix/share/glib-2.0/gettext ++gettext_dir=@datadir@/glib-2.0/gettext + + while test $# -gt 0; do + case "$1" in |