r11533 - in /desktop/experimental/gtk+2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jun 14 20:44:30 UTC 2007


Author: lool
Date: Thu Jun 14 20:44:30 2007
New Revision: 11533

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11533
Log:
* 040_filechooser_single-click.patch: fix the patch to apply cleanly
* Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens;
  closes: #386815.

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=11533&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Thu Jun 14 20:44:30 2007
@@ -1,9 +1,14 @@
 gtk+2.0 (2.11.2-2) UNRELEASED; urgency=low
 
-  * 040_filechooser_single-click.patch: fix the patch to apply cleanly 
+  [ Josselin Mouette ]
+  * 040_filechooser_single-click.patch: fix the patch to apply cleanly
     again, and enable it.
 
- -- Josselin Mouette <joss at debian.org>  Wed, 13 Jun 2007 20:37:07 +0200
+  [ Loic Minier ]
+  * Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens;
+    closes: #386815.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 14 Jun 2007 22:42:06 +0200
 
 gtk+2.0 (2.11.2-1) experimental; urgency=low
 

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=11533&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules (original)
+++ desktop/experimental/gtk+2.0/debian/rules Thu Jun 14 20:44:30 2007
@@ -29,6 +29,14 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_GNU_CPU  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
+
+# ppc64 support; see #386815
+# XXX Should probably be fixed in binutils
+# XXX Use LDFLAGS instead of CFLAGS?
+ifeq ($(DEB_BUILD_GNU_CPU),powerpc64)
+	CFLAGS += -mminimal-toc
+endif
 
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 




More information about the pkg-gnome-commits mailing list