r26178 - in /desktop/experimental/gtk+3.0/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Jan 9 13:18:53 UTC 2011
Author: pochu
Date: Sun Jan 9 13:18:50 2011
New Revision: 26178
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26178
Log:
* debian/rules:
- Remove hack to build on PowerPC64. That port is death, and if it's
ever back, hopefully we won't need to workaround toolchain issues.
Modified:
desktop/experimental/gtk+3.0/debian/changelog
desktop/experimental/gtk+3.0/debian/rules
Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=26178&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Sun Jan 9 13:18:50 2011
@@ -40,6 +40,9 @@
- Install manpages and binaries with the -3.0 suffix as upstream has
stopped doing so.
* Switch to CDBS' flavours system.
+ * debian/rules:
+ - Remove hack to build on PowerPC64. That port is death, and if it's
+ ever back, hopefully we won't need to workaround toolchain issues.
-- Emilio Pozuelo Monfort <pochu at debian.org> Sun, 02 Jan 2011 20:08:53 +0000
Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=26178&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules [utf-8] Sun Jan 9 13:18:50 2011
@@ -14,11 +14,6 @@
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
GNOME_MODULE = gtk+
-
-# ppc64 support; see #386815
-ifeq ($(DEB_HOST_GNU_CPU),powerpc64)
- CFLAGS += -mminimal-toc
-endif
# default LDFLAGS; these can be expanded with $(call flavor_get, )
# currently fails in the cups gtkprint backend
More information about the pkg-gnome-commits
mailing list