summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-bad/patches/patch-aa
blob: d207b61ec32aa65323d3f120db916629879da923 (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
25
26
$NetBSD: patch-aa,v 1.7 2009/10/28 18:26:20 drochner Exp $

--- configure.orig	2009-10-23 23:53:34.000000000 +0200
+++ configure
@@ -28919,7 +28919,7 @@ rm -f core conftest.err conftest.$ac_obj
 $as_echo "$flag_ok" >&6; }
 
 
-        if test "x$ERROR_CFLAGS" == "x"
+        if test "x$ERROR_CFLAGS" = "x"
     then
 
   { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
@@ -37660,11 +37660,7 @@ fi
     DVDNAV_CFLAGS=
     HAVE_DVDNAV=no
   else
-    if dvdnav-config --plugin-libs  &> /dev/null; then
-      DVDNAV_LIBS=`dvdnav-config --plugin-libs `
-    else
-      DVDNAV_LIBS=`dvdnav-config --libs `
-    fi
+    DVDNAV_LIBS=`dvdnav-config --libs `
     DVDNAV_CFLAGS=`dvdnav-config --cflags `
     HAVE_DVDNAV=yes
   fi