summaryrefslogtreecommitdiff
path: root/sys-devel/autogen/autogen-5.18.16-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-03 05:42:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-03 05:42:21 +0000
commitf1801aa7be2329c07c4c2bd7522e03522b34c437 (patch)
tree921f3b21629f755c7e3cd4490e3d459026b1b74e /sys-devel/autogen/autogen-5.18.16-r3.ebuild
parentc8042d10e135808d5f2b48867bc291e00664b99b (diff)
gentoo auto-resync : 03:03:2024 - 05:42:20
Diffstat (limited to 'sys-devel/autogen/autogen-5.18.16-r3.ebuild')
-rw-r--r--sys-devel/autogen/autogen-5.18.16-r3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/autogen/autogen-5.18.16-r3.ebuild b/sys-devel/autogen/autogen-5.18.16-r3.ebuild
index e9f534f54787..e908a1837ef5 100644
--- a/sys-devel/autogen/autogen-5.18.16-r3.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools toolchain-funcs
+inherit flag-o-matic autotools toolchain-funcs
DESCRIPTION="Program and text file generation"
HOMEPAGE="https://www.gnu.org/software/autogen/"
@@ -60,6 +60,9 @@ src_configure() {
export libopts_cv_with_libregex=yes
fi
+ # bug 920174
+ use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
+
econf $(use_enable static-libs static)
}