diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-05-07 14:43:52 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-05-07 14:44:48 +0200 |
commit | 1da50033a911b868808aa899452e7391160a69c9 (patch) | |
tree | fc17a6f2b87516e2f327ef66983321175c19e5de /dev-libs/libuninum | |
parent | x11-wm/mutter: Apply important fixes from upstream (diff) | |
download | gentoo-1da50033a911b868808aa899452e7391160a69c9.tar.gz gentoo-1da50033a911b868808aa899452e7391160a69c9.tar.bz2 gentoo-1da50033a911b868808aa899452e7391160a69c9.zip |
dev-libs/libuninum: fix implicit function declarations
Closes: https://bugs.gentoo.org/900541
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libuninum')
-rw-r--r-- | dev-libs/libuninum/libuninum-2.7-r2.ebuild (renamed from dev-libs/libuninum/libuninum-2.7-r1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libuninum/libuninum-2.7-r1.ebuild b/dev-libs/libuninum/libuninum-2.7-r2.ebuild index 1a786ed1da32..e908d0c3b217 100644 --- a/dev-libs/libuninum/libuninum-2.7-r1.ebuild +++ b/dev-libs/libuninum/libuninum-2.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="A library for converting unicode strings to numbers and vice versa" HOMEPAGE="https://billposer.org/Software/libuninum.html" @@ -19,6 +19,8 @@ src_prepare() { # LTO does not work. # See https://bugs.gentoo.org/855956 filter-lto + + eautoreconf } src_configure() { |