diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-14 16:36:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-14 16:36:04 +0000 |
commit | 18edcbc4dbcfefd03aa9bca8b5f28a28f0c51ab5 (patch) | |
tree | 2c2dbe1c56fb291666e4b7c58f43d45571a03a42 /multimedia/gstreamer/files/patch-configure | |
parent | Bugfixes for JuK. (diff) |
Update to 0.8.3.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=111468
Diffstat (limited to 'multimedia/gstreamer/files/patch-configure')
-rw-r--r-- | multimedia/gstreamer/files/patch-configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure index 4dafb1ddde0d..672c3d3170fe 100644 --- a/multimedia/gstreamer/files/patch-configure +++ b/multimedia/gstreamer/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Thu Feb 26 14:03:31 2004 -+++ configure Thu Feb 26 14:03:31 2004 -@@ -21858,7 +21858,7 @@ +--- configure.orig Fri Jun 4 18:19:18 2004 ++++ configure Fri Jun 4 18:20:27 2004 +@@ -21877,7 +21877,7 @@ EXP_VAR=LOCALEDIR @@ -9,7 +9,7 @@ prefix_save=$prefix exec_prefix_save=$exec_prefix -@@ -21961,7 +21961,7 @@ +@@ -21981,7 +21981,7 @@ echo $ECHO_N "checking to see if compiler understands -Werror... $ECHO_C" >&6 save_CFLAGS="$CFLAGS" @@ -18,12 +18,12 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ -@@ -22011,7 +22011,7 @@ +@@ -22031,7 +22031,7 @@ CFLAGS="$save_CFLAGS" if test "X$flag_ok" = Xyes ; then -- GST_ERROR="$GST_ERROR -Werror" -+ GST_ERROR="$GST_ERROR" +- GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS -Werror" ++ GST_ERROR_CFLAGS="$GST_ERROR_CFLAGS" true else - GST_ERROR="$GST_ERROR" + |