diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-16 13:31:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-16 13:31:36 +0200 |
commit | 9860d3a402dc55ca78c9ddb31d66a1106e68414c (patch) | |
tree | 8ee2ebdc313acbab39bdac1a52e8f2daed6f39a2 /packages/gtk+ | |
parent | d140603497118743458a8b279d55e14a3cec670f (diff) |
gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.0
Diffstat (limited to 'packages/gtk+')
-rw-r--r-- | packages/gtk+/gtk+-1.2_1.2.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+-1.2_1.2.10.bb b/packages/gtk+/gtk+-1.2_1.2.10.bb index 55e7ac69d8..aa9ba641d5 100644 --- a/packages/gtk+/gtk+-1.2_1.2.10.bb +++ b/packages/gtk+/gtk+-1.2_1.2.10.bb @@ -17,6 +17,7 @@ inherit autotools pkgconfig flow-lossage do_configure_prepend() { install -d m4 rm -f ltconfig libtool ltmain.sh aclocal.m4 + sed -i -e s:AM_LC_MESSAGES:gt_LC_MESSAGES:g acinclude.m4 } FILES_${PN} += "${datadir}/themes" |