aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/aarch64.diff
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-06-21 15:02:12 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-21 15:02:12 -0500
commitff5e4b17abe1930f694834a7238706c03c0101da (patch)
tree0c85076bb1365460d4cb9b5bf59bb36d7c9cc491 /debian/patches/aarch64.diff
parente5b8d2c840f1ec65ced213c69fc1260b2343f094 (diff)
Update changelog for new upstream Git snapshot, hopefully the last one before upload...
Diffstat (limited to 'debian/patches/aarch64.diff')
-rw-r--r--debian/patches/aarch64.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/aarch64.diff b/debian/patches/aarch64.diff
deleted file mode 100644
index 655bcf54..00000000
--- a/debian/patches/aarch64.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Build for AArch64, using the ARM configuration. Fixes FTBFS on arm64.
- Inspired by Matthias Klose's initial patch fixing this problem.
-Author: Simon Quigley <tsimonq2@ubuntu.com>
-Bug-Debian: http://bugs.debian.org/779465
-Last-Update: 2017-06-19
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -29,6 +29,8 @@ elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MA
- set(HARDINFO_ARCH "parisc")
- elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "sparc{32,64}")
- set(HARDINFO_ARCH "sparc")
-+elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "aarch64*")
-+ set(HARDINFO_ARCH "aarch64")
- elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "arm.*")
- set(HARDINFO_ARCH "arm")
- elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "ia64")