diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-02 16:22:20 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-02 16:22:20 +0000 |
commit | 6a321109c84646b7719c43766df18f5db1f035fc (patch) | |
tree | 49c2711b2a544837f6e4b03cd9f9dd51cd2375b6 /packages/glib-2.0/glib-2.0-native-2.12.4 | |
parent | 3df911cf4b9fa4d871ef96e7d9f61a50c6890fbe (diff) |
glib-2.0-native: add 2.12.4 from Poky (needed for python-pygobject 2.12.x)
Diffstat (limited to 'packages/glib-2.0/glib-2.0-native-2.12.4')
-rw-r--r-- | packages/glib-2.0/glib-2.0-native-2.12.4/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/glib-2.0/glib-2.0-native-2.12.4/.mtn2git_empty b/packages/glib-2.0/glib-2.0-native-2.12.4/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/glib-2.0/glib-2.0-native-2.12.4/.mtn2git_empty diff --git a/packages/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch b/packages/glib-2.0/glib-2.0-native-2.12.4/glib-gettextize-dir.patch new file mode 100644 index 0000000000..efe3325578 --- /dev/null +++ b/packages/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 |