summaryrefslogtreecommitdiff
path: root/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dvisvgm/dvisvgm-2.14-r1.ebuild')
-rw-r--r--app-text/dvisvgm/dvisvgm-2.14-r1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
index 7c440a044d8a..2e70826ca37e 100644
--- a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
@@ -47,12 +47,17 @@ PATCHES=(
"${FILESDIR}"/${P}-ghostscript.patch
"${FILESDIR}"/${P}-Add-missing-cstdint-includes-for-GCC-13.patch
"${FILESDIR}"/${PN}-2.14-configure-clang16.patch
+ "${FILESDIR}"/${PN}-2.14-configure-autoreconf.patch
)
src_prepare() {
- default
-
# Drop once configure patch merged for clang 16
+ local macro
+ for macro in ax_check_compile_flag.m4 ax_code_coverage.m4 ax_cxx_compile_stdcxx.m4 ; do
+ cp "${BROOT}"/usr/share/aclocal/${macro} m4/ || die
+ done
+
+ default
eautoreconf
}