~ubuntu-branches/ubuntu/precise/gnome-utils/precise

« back to all changes in this revision

Viewing changes to debian/patches/series

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2011-07-12 17:26:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110712172638-62vsv5gnj7g0lx31
Tags: 3.1.2-0ubuntu2
debian/patches/fix_armel_cast_align_warning.patch: With -Wcast-align
and warnings as errors gcc does not allow casting (sockaddr *) to
(sockaddr_in *) on ARM. Work around by casting to (void *) first.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
02_add_unity_quicklist_support.patch
3
3
04_lpi.patch
4
4
05_menu_changes.patch
 
5
fix_armel_cast_align_warning.patch