diff options
Diffstat (limited to 'multimedia/gstreamer80/files/patch-configure')
-rw-r--r-- | multimedia/gstreamer80/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure new file mode 100644 index 000000000..672c3d317 --- /dev/null +++ b/multimedia/gstreamer80/files/patch-configure @@ -0,0 +1,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 + |