summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer0.10/patches/patch-ae
blob: ecbaabf8eeb7849033de0073bc902d0662174aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ae,v 1.1 2010/12/03 18:05:58 drochner Exp $

--- configure.orig	2010-11-30 16:48:32.000000000 +0000
+++ configure
@@ -14447,7 +14447,7 @@ $as_echo "$as_me: Using GST_PKG_CONFIG_P
             if ( echo yes | grep -e '^201-90-9-0-10-9-0-30-9' >/dev/null ) ; then
       GST_PACKAGE_RELEASE_DATETIME=yes
     else
-            YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file"  $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO   "${srcdir}/gstreamer.doap" `;
+            YYYY_MM_DD=`${SH} "${srcdir}/common/extract-release-date-from-doap-file"  $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO   "${srcdir}/gstreamer.doap" `;
       if test "x$YYYY_MM_DD" != "x"; then
         GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
       else
@@ -20427,7 +20427,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: working c++ compiler found: $working_cxx" >&5
 $as_echo "$as_me: working c++ compiler found: $working_cxx" >&6;}
- if test "x$working_cxx" == "xyes"; then
+ if test "x$working_cxx" = "xyes"; then
   HAVE_CXX_TRUE=
   HAVE_CXX_FALSE='#'
 else