summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gstreamer/check_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gstreamer/check_fix.patch')
-rw-r--r--meta/packages/gstreamer/gstreamer/check_fix.patch23
1 files changed, 11 insertions, 12 deletions
diff --git a/meta/packages/gstreamer/gstreamer/check_fix.patch b/meta/packages/gstreamer/gstreamer/check_fix.patch
index 5cdf6a04ea..b7ffdd967f 100644
--- a/meta/packages/gstreamer/gstreamer/check_fix.patch
+++ b/meta/packages/gstreamer/gstreamer/check_fix.patch
@@ -1,19 +1,18 @@
1Index: gstreamer-0.10.20/configure.ac 1Index: gstreamer-0.10.22/configure.ac
2=================================================================== 2===================================================================
3--- gstreamer-0.10.20.orig/configure.ac 2008-11-10 13:20:41.000000000 +0000 3--- gstreamer-0.10.22.orig/configure.ac 2009-01-19 20:35:32.000000000 +0000
4+++ gstreamer-0.10.20/configure.ac 2008-11-10 13:21:01.000000000 +0000 4+++ gstreamer-0.10.22/configure.ac 2009-08-19 16:11:05.000000000 +0100
5@@ -501,13 +501,7 @@ 5@@ -498,13 +498,7 @@
6 AC_SUBST(GST_DISABLE_XML_DEFINE) 6 AC_SUBST(GST_DISABLE_XML_DEFINE)
7 7
8 dnl check for "check", unit testing library/header 8 dnl check for "check", unit testing library/header
9-AM_PATH_CHECK(0.9.2, 9-if test "$cross_compiling" != yes; then
10- [ 10- AM_PATH_CHECK(0.9.2,
11- HAVE_CHECK=yes 11- HAVE_CHECK=yes,
12- AC_MSG_NOTICE(CHECK_CFLAGS: $CHECK_CFLAGS) 12- HAVE_CHECK=no)
13- AC_MSG_NOTICE(CHECK_LIBS: $CHECK_LIBS) 13-else
14- ], 14 HAVE_CHECK=no
15- HAVE_CHECK=no) 15-fi
16+HAVE_CHECK=no
17 AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes") 16 AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
18 17
19 dnl pkg-config check that for libcheck that works for cross-compiling 18 dnl pkg-config check that for libcheck that works for cross-compiling