From: Koen Kooi Date: Thu, 16 Oct 2008 11:31:36 +0000 (+0200) Subject: gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.0 X-Git-Tag: Release-2010-05/1~5752^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9860d3a402dc55ca78c9ddb31d66a1106e68414c;p=openembedded.git gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.0 --- 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"