summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer80/files/patch-configure
blob: 672c3d3170fed6db480e4f6915f0cc6ea375a3a4 (plain) (blame)
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
27
28
29
--- configure.orig	Fri Jun  4 18:19:18 2004
+++ configure	Fri Jun  4 18:20:27 2004
@@ -21877,7 +21877,7 @@
 
 
   EXP_VAR=LOCALEDIR
-  FROM_VAR=$datadir/locale
+  FROM_VAR=$prefix/share/locale
 
     prefix_save=$prefix
   exec_prefix_save=$exec_prefix
@@ -21981,7 +21981,7 @@
 echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6
 
   save_CFLAGS="$CFLAGS"
-  CFLAGS="$CFLAGS -Werror"
+  CFLAGS="$CFLAGS"
 
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
@@ -22031,7 +22031,7 @@
   CFLAGS="$save_CFLAGS"
 
   if test "X$flag_ok" = Xyes ; then
-    GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror"
+    GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS"
     true
   else