summaryrefslogtreecommitdiff
path: root/textproc/libfyaml/files/patch-src_lib_fy-atom.c
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-11-03 00:47:13 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-11-03 01:03:48 -0700
commit575671763c0352d951d303ce687194ac7d4a737d (patch)
tree86b6808666add6bb1023d05ec788e780709e8fc6 /textproc/libfyaml/files/patch-src_lib_fy-atom.c
parentaudio/jack-capture: New port: Program for recording soundfiles with Jack (diff)
textproc/libfyaml: New port: YAML parser and emitter
Diffstat (limited to 'textproc/libfyaml/files/patch-src_lib_fy-atom.c')
-rw-r--r--textproc/libfyaml/files/patch-src_lib_fy-atom.c10
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>