diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch b/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch index 2ed8d22c6b..838400f07a 100644 --- a/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch +++ b/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch | |||
@@ -5,10 +5,10 @@ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | |||
5 | 5 | ||
6 | Upstream-Status: Inappropriate [configuration] | 6 | Upstream-Status: Inappropriate [configuration] |
7 | 7 | ||
8 | Index: schroedinger-1.0.9/configure.ac | 8 | Index: schroedinger-1.0.11/configure.ac |
9 | =================================================================== | 9 | =================================================================== |
10 | --- schroedinger-1.0.9.orig/configure.ac | 10 | --- schroedinger-1.0.11.orig/configure.ac |
11 | +++ schroedinger-1.0.9/configure.ac | 11 | +++ schroedinger-1.0.11/configure.ac |
12 | @@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then | 12 | @@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then |
13 | AC_ERROR([orc-0.4 >= $ORC_VER is required]) | 13 | AC_ERROR([orc-0.4 >= $ORC_VER is required]) |
14 | fi | 14 | fi |
@@ -16,5 +16,5 @@ Index: schroedinger-1.0.9/configure.ac | |||
16 | -ORCC=`$PKG_CONFIG --variable=orcc orc-0.4` | 16 | -ORCC=`$PKG_CONFIG --variable=orcc orc-0.4` |
17 | +ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4` | 17 | +ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4` |
18 | AC_SUBST(ORCC) | 18 | AC_SUBST(ORCC) |
19 | AM_CONDITIONAL(HAVE_ORCC, test "x$cross_compiling" != xyes) | ||
19 | 20 | ||
20 | AC_ARG_WITH([thread], | ||