~ubuntu-branches/ubuntu/wily/gnustep-base/wily

« back to all changes in this revision

Viewing changes to debian/patches/no-march.patch

  • Committer: Package Import Robot
  • Author(s): Yavor Doganov
  • Date: 2011-09-15 12:31:15 UTC
  • mfrom: (1.2.11 upstream) (8.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20110915123115-rmvsia9z0211izvq
Tags: 1.22.1-1
* New upstream release:
  + Fixes implicit declaration of function (Closes: #629216).
* debian/rules (v_make): Set to 2.6.1.
  (install-common): Do not delete non-existent .swp file.
* debian/control.m4 (Build-Depends): Remove gobjc; gnustep-make now
  depends on it.
  (libgnustep-base-dev) <Depends>: Likewise.
  (Suggests): Remove; completely pointless.
* debian/control: Regenerate.
* debian/patches/avoid-nsl-linkage.patch: Refresh.
* debian/patches/autoreconf.patch: Regenerate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2010-05-14  Yavor Doganov  <yavor@gnu.org>
2
 
 
3
 
        * Source/ObjectiveC2/GNUmakefile (ADDITIONAL_OBJCFLAGS): Don't
4
 
          pass -march=i686 to GCC; Debian's minimum supported CPU is
5
 
          i486.
6
 
 
7
 
 
8
 
--- gnustep-base-1.20.0.orig/Source/ObjectiveC2/GNUmakefile
9
 
+++ gnustep-base-1.20.0/Source/ObjectiveC2/GNUmakefile
10
 
@@ -51,9 +51,6 @@
11
 
 ifeq ($(CC), clang)
12
 
   ADDITIONAL_OBJCFLAGS = -fblocks
13
 
 endif
14
 
-ifeq ($(GNUSTEP_TARGET_CPU), ix86)
15
 
-  ADDITIONAL_OBJCFLAGS += -march=i686
16
 
-endif
17
 
 
18
 
 -include Makefile.preamble
19