Commit a3f7a250 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix FTBFS on powerpcspe

parent e3494b87
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
adun.app (0.81-13) UNRELEASED; urgency=medium

  * Fix FTBFS on powerpcspe

 -- Yavor Doganov <yavor@gnu.org>  Tue, 22 Jan 2019 12:57:14 +0100

adun.app (0.81-12) unstable; urgency=medium

  [ Andreas Tille ]
+20 −0
Original line number Diff line number Diff line
Description: Fix FTBFS on powerpcspe.
 Disable all platform-specific flags as they are wrong (imply a better
 machine/CPU compared to the lowest supported on a given arch).
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2019-01-22
---

--- adun-app.orig/MolTalk/GNUmakefile.preamble
+++ adun-app/MolTalk/GNUmakefile.preamble
@@ -7,9 +7,6 @@
 #   be put into GNUmakefile.postamble.
 #
 
-# load platform dependant settings
--include Defs/$(ARCH).def
-
 ifeq ($(LOCATION),)
 LOCATION = none
 endif
+1 −0
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@ enable-sql-extension.patch
invalid-observer.patch
spelling-errors.patch
check-return-value.patch
ftbfs-powerpcspe.patch