···2727 ./patches/llvm-18-compatibility.patch
2828 # Fix a memory leak when using the trampoline dylib. See https://github.com/libffi/libffi/pull/621#discussion_r955298301.
2929 ./patches/fix-tramponline-memory-leak.patch
3030+ # Fix automake-18.18 compatibility, https://github.com/libffi/libffi/issues/853#issuecomment-2909994482
3131+ ./patches/automake-1.18.patch
3032 ];
31333234 # Make sure libffi is using the trampolines dylib in this package not the system one.
···11+The hunk is used from https://github.com/libffi/libffi/issues/853#issuecomment-2909994482
22+--- a/Makefile.am
33++++ b/Makefile.am
44+@@ -4,6 +4,10 @@ AUTOMAKE_OPTIONS = foreign subdir-objects
55+66+ ACLOCAL_AMFLAGS = -I m4
77+88++# Alias required by AX_ENABLE_BUILDDIR / config-ml
99++.PHONY: all-configured
1010++all-configured: all
1111++
1212+ SUBDIRS = include testsuite man
1313+ if BUILD_DOCS
1414+ ## This hack is needed because it doesn't seem possible to make a