[libticables] 01/03: Fix FTBFS on mips64el.
Andreas B. Mundt
andi at moszumanska.debian.org
Sun Aug 16 10:57:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
andi pushed a commit to branch master
in repository libticables.
commit d8227da0d6f73c15489ffd5f0d027d0c6344d236
Author: Andreas B. Mundt <andi at debian.org>
Date: Sat Aug 15 13:42:15 2015 +0200
Fix FTBFS on mips64el.
Thanks to James Cowgill <james410 at cowgill.org.uk> for the
patch. (Closes: #723457)
---
debian/patches/ftbfs-mips64el-configure.patch | 19 +++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 20 insertions(+)
diff --git a/debian/patches/ftbfs-mips64el-configure.patch b/debian/patches/ftbfs-mips64el-configure.patch
new file mode 100644
index 0000000..c24bf58
--- /dev/null
+++ b/debian/patches/ftbfs-mips64el-configure.patch
@@ -0,0 +1,19 @@
+Description: Fix ftbfs on mips64el.
+ Modifies configure.ac to fix ftbfs on mips64el.
+Author: James Cowgill <james410 at cowgill.org.uk>
+Reviewed-by: Andreas B. Mundt <andi at debian.org>
+Forwarded: no
+Last-Update: 2015-08-15
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -157,8 +157,7 @@
+ x86_64-apple-darwin*) ARCH="-D__MACOSX__" ;;
+ ia64-*-linux-*) ARCH="-D__LINUX__" ;;
+ m68k-*-linux-*) ARCH="-D__M68K__ -D__LINUX__" ;;
+- mips-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
+- mipsel-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
++ mips*-*-linux-*) ARCH="-D__MIPS__ -D__LINUX__" ;;
+ powerpc-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
+ powerpc64*-*-linux-*) ARCH="-D__PPC__ -D__LINUX__" ;;
+ powerpc-apple-darwin*) ARCH="-D__PPC__ -D__MACOSX__" ;;
diff --git a/debian/patches/series b/debian/patches/series
index 324403c..b565dec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
ftbfs-gnuhurd-configure.patch
aarch64-linux-gnu.patch
ftbfs-ppc64el-configure.patch
+ftbfs-mips64el-configure.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libticables.git
More information about the debian-science-commits
mailing list