patches/vte-02-configure.diff
author yippi
Thu, 08 Apr 2010 00:42:18 +0000
changeset 17807 9f41d7d294b8
permissions -rw-r--r--
2010-04-07 Brian Cameron <[email protected]> * base-specs/vte.spec, patches/vte-02-configure.diff: Add patch to avoid compiler build problem with the SS12u1 compiler. Add patch comments. * base-specs/gst-plugins-good.spec: Update patch comments.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17807
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- vte-0.22.5/configure.in-orig	2010-04-07 18:02:09.412286645 -0500
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ vte-0.22.5/configure.in	2010-04-07 18:02:17.857283149 -0500
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -152,7 +152,7 @@ MAYBE_WARN="-Wall -Wextra \
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 -Wdeclaration-after-statement -Wold-style-definition \
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 -Wno-missing-field-initializers -Wno-unused-parameter \
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
--fno-common -Wno-switch-enum"
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+-Wno-switch-enum"
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 # invalidate cached value if MAYBE_WARN has changed
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
 if test "x$vte_cv_warn_maybe" != "x$MAYBE_WARN"; then