summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins/patches/patch-aa
blob: 9c2a062de3d65e3049a6a51c2624ee1398c50c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.10 2005/06/28 12:24:25 wiz Exp $

--- configure.orig	2005-05-25 14:00:16.000000000 +0200
+++ configure
@@ -27854,6 +27854,10 @@ else
 fi
 
 
+if test -z "$schemas_install"; then
+  GCONF_SCHEMAS_INSTALL_TRUE='#'
+  GCONF_SCHEMAS_INSTALL_FALSE=
+fi
 
 echo "$as_me: ***" >&6
 echo "$as_me: *** checking plugin:  ***" >&6
@@ -42164,7 +42168,7 @@ fi
     DVDNAV_CFLAGS=
     HAVE_DVDNAV=no
   else
-    if dvdnav-config --plugin-libs  &> /dev/null; then
+    if dvdnav-config --plugin-libs  > /dev/null 2>&1; then
       DVDNAV_LIBS=`dvdnav-config --plugin-libs `
     else
       DVDNAV_LIBS=`dvdnav-config --libs `