summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-30 03:49:50 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-30 03:49:50 +0800
commitee168837fe21cd0ddda95d45de63c084d8189a4e (patch)
tree33c4e44c4835e1a9673cfb5fdd6552dbbb79cd23 /multimedia
parent956233c35301efcb90da14cff5e467503502a92e (diff)
downloadmarcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.tar
marcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.tar.gz
marcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.tar.bz2
marcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.tar.lz
marcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.tar.xz
marcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.tar.zst
marcuscom-ports-ee168837fe21cd0ddda95d45de63c084d8189a4e.zip
Fix a problem where -Werror was being set erroneously.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@481 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer/files/patch-configure15
-rw-r--r--multimedia/gstreamer80/files/patch-configure15
2 files changed, 24 insertions, 6 deletions
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure
index 4e3e5d195..b3935c7cb 100644
--- a/multimedia/gstreamer/files/patch-configure
+++ b/multimedia/gstreamer/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Wed Jul 10 16:32:49 2002
-+++ configure Wed Jul 10 16:33:12 2002
-@@ -6620,6 +6620,7 @@
+--- configure.orig Wed Jan 22 09:17:40 2003
++++ configure Wed Jan 29 14:49:56 2003
+@@ -7520,6 +7520,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,3 +8,12 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -7712,7 +7713,7 @@
+ if test "x$COMPILER" = "xforte"; then
+ GST_ERROR=
+ else
+- if test "x$GST_CVS"="xyes"; then
++ if test "x$GST_CVS" = "xyes"; then
+ GST_ERROR="-Wall -Werror"
+ else
+ GST_ERROR="-Wall"
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure
index 4e3e5d195..b3935c7cb 100644
--- a/multimedia/gstreamer80/files/patch-configure
+++ b/multimedia/gstreamer80/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Wed Jul 10 16:32:49 2002
-+++ configure Wed Jul 10 16:33:12 2002
-@@ -6620,6 +6620,7 @@
+--- configure.orig Wed Jan 22 09:17:40 2003
++++ configure Wed Jan 29 14:49:56 2003
+@@ -7520,6 +7520,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,3 +8,12 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -7712,7 +7713,7 @@
+ if test "x$COMPILER" = "xforte"; then
+ GST_ERROR=
+ else
+- if test "x$GST_CVS"="xyes"; then
++ if test "x$GST_CVS" = "xyes"; then
+ GST_ERROR="-Wall -Werror"
+ else
+ GST_ERROR="-Wall"