aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/fix-ppc64el-ftbfs.patch
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-08-16 04:34:32 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-08-16 04:34:32 -0500
commitaeae853de69e122112f11fe94c8255cf51cd7467 (patch)
tree4f10441ef442759f35a421fc243de93bf27f9d48 /debian/patches/fix-ppc64el-ftbfs.patch
parent82306ca849c0710209e5a39754f446d0335a276d (diff)
Update to latest upstream Git commit (0ca8d0) so that we can drop all patches, as they have all been applied upstream.
Diffstat (limited to 'debian/patches/fix-ppc64el-ftbfs.patch')
-rw-r--r--debian/patches/fix-ppc64el-ftbfs.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/fix-ppc64el-ftbfs.patch b/debian/patches/fix-ppc64el-ftbfs.patch
deleted file mode 100644
index cf0516fb..00000000
--- a/debian/patches/fix-ppc64el-ftbfs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix FTBFS on ppc64el.
- This is a proper fix adding support for ppc64el in CMakeLists.txt.
-Author: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
-Bug-Debian: https://bugs.debian.org/865776
-Last-Update: 2017-07-05
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -21,7 +21,7 @@ if(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHE
- set(HARDINFO_ARCH "x86")
- elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "x86_64")
- set(HARDINFO_ARCH "x86_64")
--elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "ppc{32,64}")
-+elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "(ppc32|ppc64|ppc64le)")
- set(HARDINFO_ARCH "ppc")
- elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "mips")
- set(HARDINFO_ARCH "mips")