~unity-team/unity-jhbuild/oneiric

« back to all changes in this revision

Viewing changes to patches/01_Wcast-align.patch

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-11-18 08:06:37 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101118080637-wi6l1lhj750h66sc
Remove old mutter patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: mutter-2.31.5/configure.in
2
 
===================================================================
3
 
--- mutter-2.31.5.orig/configure.in     2010-07-12 17:40:34.000000000 +0200
4
 
+++ mutter-2.31.5/configure.in  2010-07-15 11:55:53.994640001 +0200
5
 
@@ -108,11 +108,6 @@
6
 
     esac
7
 
 
8
 
     case " $CFLAGS " in
9
 
-    *[\ \      ]-Wcast-align[\ \       ]*) ;;
10
 
-    *) CFLAGS="$CFLAGS -Wcast-align" ;;
11
 
-    esac
12
 
-
13
 
-    case " $CFLAGS " in
14
 
     *[\ \      ]-Wsign-compare[\ \     ]*) ;;
15
 
     *) CFLAGS="$CFLAGS -Wsign-compare" ;;
16
 
     esac