aboutsummaryrefslogtreecommitdiffstats
path: root/net/ifstated
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-27 23:38:09 +0800
committerbapt <bapt@FreeBSD.org>2013-05-27 23:38:09 +0800
commitba1cbba3f3aea71c9bfe88eea086bac057f84874 (patch)
tree4700b7b6e21bf50e751d450a0ba3e41e6e8f4732 /net/ifstated
parent9a3c43f1147112b7719b2efa54412ab10a54e01b (diff)
downloadfreebsd-ports-gnome-ba1cbba3f3aea71c9bfe88eea086bac057f84874.tar.gz
freebsd-ports-gnome-ba1cbba3f3aea71c9bfe88eea086bac057f84874.tar.zst
freebsd-ports-gnome-ba1cbba3f3aea71c9bfe88eea086bac057f84874.zip
Fix build with clang and byacc
Diffstat (limited to 'net/ifstated')
-rw-r--r--net/ifstated/files/patch-parse.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ifstated/files/patch-parse.y b/net/ifstated/files/patch-parse.y
new file mode 100644
index 000000000000..f66428a58a74
--- /dev/null
+++ b/net/ifstated/files/patch-parse.y
@@ -0,0 +1,10 @@
+--- parse.y.orig 2013-05-27 19:12:55.760560261 +0200
++++ parse.y 2013-05-27 19:13:17.025558675 +0200
+@@ -36,6 +36,7 @@
+ #include <limits.h>
+ #include <stdarg.h>
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <syslog.h>
+ #include <event.h>