freebsd-ports/multimedia/gstreamer80/files/patch-configure
Joe Marcus Clarke 5bb84d5e77 Fix build on ia64.
Submitted by:	marcel
Approved by:	lioux (implicit)
2003-09-30 08:26:07 +00:00

29 lines
687 B
Text

--- configure.orig Sat Sep 27 14:13:57 2003
+++ configure Sat Sep 27 14:18:37 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
@@ -9607,7 +9607,7 @@
:
fi
-if test "$ac_cv_check_mcsc" == "yes"; then
+if test "$ac_cv_check_mcsc" = "yes"; then
cat >>confdefs.h <<_ACEOF
#define HAVE_MAKECONTEXT $HAVE_MAKECONTEXT