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