diff options
Diffstat (limited to 'textproc/libfyaml/files/patch-src_lib_fy-event.c')
-rw-r--r-- | textproc/libfyaml/files/patch-src_lib_fy-event.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/libfyaml/files/patch-src_lib_fy-event.c b/textproc/libfyaml/files/patch-src_lib_fy-event.c new file mode 100644 index 000000000000..17ccc07545fe --- /dev/null +++ b/textproc/libfyaml/files/patch-src_lib_fy-event.c @@ -0,0 +1,10 @@ +--- src/lib/fy-event.c.orig 2022-11-03 06:40:46 UTC ++++ src/lib/fy-event.c +@@ -17,7 +17,6 @@ + #include <stdlib.h> + #include <errno.h> + #include <stdarg.h> +-#include <alloca.h> + + #include <libfyaml.h> + |