svn commit: r319254 - head/net/ifstated/files

Baptiste Daroussin bapt at FreeBSD.org
Mon May 27 15:38:10 UTC 2013


Author: bapt
Date: Mon May 27 15:38:09 2013
New Revision: 319254
URL: http://svnweb.freebsd.org/changeset/ports/319254

Log:
  Fix build with clang and byacc

Added:
  head/net/ifstated/files/patch-parse.y   (contents, props changed)

Added: head/net/ifstated/files/patch-parse.y
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ifstated/files/patch-parse.y	Mon May 27 15:38:09 2013	(r319254)
@@ -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>


More information about the svn-ports-all mailing list