diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 00:43:48 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 00:45:02 +0200 |
commit | 212affd9b79e2bc3e6447a82442803c065d2eb07 (patch) | |
tree | 1e4bfe6f141cc5723978de44d4a115e898987bd6 /main/libunwind/fix-UNW_VERSION_MINOR.patch | |
parent | 3588fcf750bb237875b20e0b648ac2965b2cd809 (diff) | |
download | aports-212affd9b79e2bc3e6447a82442803c065d2eb07.tar.bz2 aports-212affd9b79e2bc3e6447a82442803c065d2eb07.tar.xz |
main/libunwind: fix incorrect type of UNW_VERSION_MINOR
This breaks Julia build.
Diffstat (limited to 'main/libunwind/fix-UNW_VERSION_MINOR.patch')
-rw-r--r-- | main/libunwind/fix-UNW_VERSION_MINOR.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/libunwind/fix-UNW_VERSION_MINOR.patch b/main/libunwind/fix-UNW_VERSION_MINOR.patch new file mode 100644 index 0000000000..3fd4c61946 --- /dev/null +++ b/main/libunwind/fix-UNW_VERSION_MINOR.patch @@ -0,0 +1,12 @@ +Upstream-Issue: https://github.com/libunwind/libunwind/issues/30 +--- a/configure.ac ++++ b/configure.ac +@@ -1,6 +1,6 @@ + define(pkg_major, 1) +-define(pkg_minor, 2.1) +-define(pkg_extra, ) ++define(pkg_minor, 2) ++define(pkg_extra, 1) + define(pkg_maintainer, libunwind-devel@nongnu.org) + define(mkvers, $1.$2$3) + dnl Process this file with autoconf to produce a configure script. |