~ubuntu-dev/ubuntu/lucid/mutter/lucid-201002101851

« back to all changes in this revision

Viewing changes to debian/patches/01_Wcast-align.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2010-01-08 14:40:43 UTC
  • mfrom: (0.1.7 sid) (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108144043-x04o6jk3bcpsqosy
Tags: 2.28.1~git20091208-1ubuntu1
* Merge with Debian squeeze.
* debian/rules: Replace remaining occurances of "metacity" with "mutter". 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: metacity-2.26.0/configure.in
 
2
===================================================================
 
3
--- metacity-2.26.0.orig/configure.in   2009-06-10 21:47:21.761908229 +0200
 
4
+++ metacity-2.26.0/configure.in        2009-06-10 21:47:36.365408387 +0200
 
5
@@ -84,11 +84,6 @@ if test "x$GCC" = "xyes"; then
 
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