patches/vte-02-configure.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17807 9f41d7d294b8
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
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