aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv/mythplugins-0.23/configure.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-27 22:39:18 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-27 22:41:24 +0200
commitc3e1a6c297958baa43f4d096f117e6c6bd8f9cfa (patch)
tree5a940c36dfd6f54e77ae9888f089b8d915c63c2c /recipes/mythtv/mythplugins-0.23/configure.patch
parent38b96d1e42d7643d39de5a1f65ff034d6bc59c6e (diff)
downloadopenembedded-c3e1a6c297958baa43f4d096f117e6c6bd8f9cfa.tar.gz
mythplugins-023: fixed it
some patches did not apply -> repaired mythflix is not supported any more -> removed mythnetvisions -> added Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/mythtv/mythplugins-0.23/configure.patch')
-rw-r--r--recipes/mythtv/mythplugins-0.23/configure.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mythtv/mythplugins-0.23/configure.patch b/recipes/mythtv/mythplugins-0.23/configure.patch
new file mode 100644
index 0000000000..fd747a92e5
--- /dev/null
+++ b/recipes/mythtv/mythplugins-0.23/configure.patch
@@ -0,0 +1,13 @@
+Index: mythplugins-0.22rc1/configure
+===================================================================
+--- mythplugins-0.22rc1.orig/configure
++++ mythplugins-0.22rc1/configure
+@@ -730,7 +730,7 @@ if test "$music" = "yes" ; then
+ fi
+
+ if test "$taglib" = "yes" ; then
+- echo "INCLUDEPATH += `taglib-config --prefix`/include/taglib" >> ./mythmusic/mythmusic/config.pro
++ echo "INCLUDEPATH += `taglib-config --cflags | sed 's:-I::'`" >> ./mythmusic/mythmusic/config.pro
+ fi
+ fi
+