git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d140603
)
gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.0
author
Koen Kooi
<koen@openembedded.org>
Thu, 16 Oct 2008 11:31:36 +0000
(13:31 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 16 Oct 2008 11:31:36 +0000
(13:31 +0200)
packages/gtk+/gtk+-1.2_1.2.10.bb
patch
|
blob
|
history
diff --git
a/packages/gtk+/gtk+-1.2_1.2.10.bb
b/packages/gtk+/gtk+-1.2_1.2.10.bb
index
55e7ac6
..
aa9ba64
100644
(file)
--- 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"