summaryrefslogtreecommitdiff
path: root/recipes/gnash/gnash_0.8.5.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-10-18 17:33:44 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-10-18 21:08:42 +0200
commitf6bb1d830c51b78b3e99619645152add67fad3e9 (patch)
tree25325a49c059a1aa72fd01831699957b515f6e00 /recipes/gnash/gnash_0.8.5.bb
parentabe88d6b39d4ce0201964d7d54d8090233b2cc5d (diff)
gnash-0.8.5: Fix an upstream case-typo in the configure script.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/gnash/gnash_0.8.5.bb')
-rw-r--r--recipes/gnash/gnash_0.8.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gnash/gnash_0.8.5.bb b/recipes/gnash/gnash_0.8.5.bb
index 30478cb81e..cad9909873 100644
--- a/recipes/gnash/gnash_0.8.5.bb
+++ b/recipes/gnash/gnash_0.8.5.bb
@@ -12,6 +12,8 @@ TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG
do_configure_prepend() {
+ # fix an upstream case-typo in the configure script
+ sed -i s:Media_handler:media_handler:g ${S}/configure.ac
sed -i -e 's:GNASH_PKG_FIND(libpng:GNASH_PKG_FIND(png:g' ${S}/configure.ac
for i in $(find ${S} -name "Makefile.am") ; do
sed -i -e s:LIBPNG:PNG:g $i