summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-06-30 17:34:58 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-06-30 17:55:45 -0500
commitfe5905ab50c0c46bd8ebc6ec406a8195eab0dd71 (patch)
tree971c369563541f307972353500d9cd84ddf86fab /sys-libs/libunwind/files
parentnet-dns/avahi: [QA] Add subslot operator on sys-libs/gdbm (diff)
downloadgentoo-fe5905ab50c0c46bd8ebc6ec406a8195eab0dd71.tar.gz
gentoo-fe5905ab50c0c46bd8ebc6ec406a8195eab0dd71.tar.bz2
gentoo-fe5905ab50c0c46bd8ebc6ec406a8195eab0dd71.zip
sys-libs/libunwind: export correct version number
Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --force
Diffstat (limited to 'sys-libs/libunwind/files')
-rw-r--r--sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch b/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch
new file mode 100644
index 000000000000..63202937084c
--- /dev/null
+++ b/sys-libs/libunwind/files/libunwind-1.2.1-fix_version_macros.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index a254bbe..fe0247b 100644
+--- 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.