Package: adun.app / 0.81-14

ftbfs-powerpcspe.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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