diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-25 17:24:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-25 17:24:58 +0000 |
commit | 071ebb6166370f6ccffdb54d187ae909b3122d61 (patch) | |
tree | b7c848686c3acaae64a0e25cce437fd06495625d /multimedia | |
parent | 3e97ec639c80ad5480e40c9d7ad70479502bbb9e (diff) | |
download | ports-071ebb6166370f6ccffdb54d187ae909b3122d61.tar.gz ports-071ebb6166370f6ccffdb54d187ae909b3122d61.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer/files/patch-configure | 20 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-configure | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure new file mode 100644 index 000000000000..aabc0e98d1d1 --- /dev/null +++ b/multimedia/gstreamer/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Thu Sep 25 13:23:42 2003 ++++ configure Thu Sep 25 13:23:52 2003 +@@ -8173,7 +8173,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 + #line $LINENO "configure" +@@ -8214,7 +8214,7 @@ + CFLAGS="$save_CFLAGS" + + if test "X$flag_ok" = Xyes ; then +- GST_ERROR="$GST_ERROR -Werror" ++ GST_ERROR="$GST_ERROR" + true + else + diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure new file mode 100644 index 000000000000..aabc0e98d1d1 --- /dev/null +++ b/multimedia/gstreamer80/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Thu Sep 25 13:23:42 2003 ++++ configure Thu Sep 25 13:23:52 2003 +@@ -8173,7 +8173,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 + #line $LINENO "configure" +@@ -8214,7 +8214,7 @@ + CFLAGS="$save_CFLAGS" + + if test "X$flag_ok" = Xyes ; then +- GST_ERROR="$GST_ERROR -Werror" ++ GST_ERROR="$GST_ERROR" + true + else + |