Remove -Werror to fix build on Alpha.
This commit is contained in:
parent
3e97ec639c
commit
071ebb6166
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89369
20
multimedia/gstreamer/files/patch-configure
Normal file
20
multimedia/gstreamer/files/patch-configure
Normal file
@ -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
|
||||
|
20
multimedia/gstreamer80/files/patch-configure
Normal file
20
multimedia/gstreamer80/files/patch-configure
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user