[med-svn] [gmap] 03/04: Refresh only-do-cpuid-on-amd64-i386.patch
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Nov 9 15:43:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository gmap.
commit 6450796a3f747aed11dffc5ef065869624640a75
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Wed Nov 9 16:11:50 2016 +0100
Refresh only-do-cpuid-on-amd64-i386.patch
---
debian/patches/only-do-cpuid-on-amd64-i386.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/only-do-cpuid-on-amd64-i386.patch b/debian/patches/only-do-cpuid-on-amd64-i386.patch
index a11e68a..825c49e 100644
--- a/debian/patches/only-do-cpuid-on-amd64-i386.patch
+++ b/debian/patches/only-do-cpuid-on-amd64-i386.patch
@@ -2,8 +2,8 @@ Description: Only do CPUID on amd64 and i386
This fixes a FTBFS on armhf and arm64.
Author: Graham Inggs <ginggs at ubuntu.com>
Last-Update: 2016-07-24
---- a/src/cpuid.c
-+++ b/src/cpuid.c
+--- gmap.orig/src/cpuid.c
++++ gmap/src/cpuid.c
@@ -7,7 +7,7 @@
#include <stdio.h>
@@ -12,4 +12,4 @@ Last-Update: 2016-07-24
+#if !defined(__x86_64) && !defined(__i386)
void
- CPUID_support (bool *sse2_support_p, bool *ssse3_support_p, bool *sse4_1_support_p, bool *sse4_2_support_p, bool *avx2_support_p) {
+ CPUID_support (bool *sse2_support_p, bool *ssse3_support_p, bool *sse4_1_support_p, bool *sse4_2_support_p,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gmap.git
More information about the debian-med-commit
mailing list