summaryrefslogtreecommitdiff
path: root/dev-libs/trio/trio-1.17.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-12 01:39:26 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-12 01:39:26 +0100
commitc07955fffc8c82b9d37211c3f7f38455d7ef0599 (patch)
tree518de1cd622be372b3caf8872bb6eb0ab2e2fc6e /dev-libs/trio/trio-1.17.ebuild
parentc650f7cf611feaa59620fd8626e78108fa3b5e51 (diff)
gentoo auto-resync : 12:10:2022 - 01:39:26
Diffstat (limited to 'dev-libs/trio/trio-1.17.ebuild')
-rw-r--r--dev-libs/trio/trio-1.17.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/trio/trio-1.17.ebuild b/dev-libs/trio/trio-1.17.ebuild
index a12bd3608b4d..c0cd72148b66 100644
--- a/dev-libs/trio/trio-1.17.ebuild
+++ b/dev-libs/trio/trio-1.17.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DOCS_BUILDER="doxygen"
DOCS_DIR="doc"
-inherit docs
+inherit autotools docs
DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() clones"
HOMEPAGE="https://daniel.haxx.se/projects/trio/"
@@ -16,6 +16,12 @@ LICENSE="trio"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+src_prepare() {
+ default
+ # Required to fix -Werror=strict-prototypes configure errors
+ eautoreconf
+}
+
src_compile() {
default
docs_compile