svn commit: r363732 - head/sysutils/bsdmoted/files
Adam Weinberger
adamw at FreeBSD.org
Fri Aug 1 17:14:15 UTC 2014
Author: adamw
Date: Fri Aug 1 17:14:14 2014
New Revision: 363732
URL: http://svnweb.freebsd.org/changeset/ports/363732
QAT: https://qat.redports.org/buildarchive/r363732/
Log:
Fix build.
Added:
head/sysutils/bsdmoted/files/patch-parser.y (contents, props changed)
Added: head/sysutils/bsdmoted/files/patch-parser.y
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/bsdmoted/files/patch-parser.y Fri Aug 1 17:14:14 2014 (r363732)
@@ -0,0 +1,10 @@
+--- ./parser.y.orig 2014-08-01 13:12:16.000000000 -0400
++++ ./parser.y 2014-08-01 13:12:32.000000000 -0400
+@@ -32,6 +32,7 @@
+ * $FreeBSD: src/usr.sbin/bluetooth/bthidd/parser.y,v 1.4.2.2 2006/12/01 23:33:22 emax Exp $
+ */
+
++#include <stdlib.h>
+ #include <sys/queue.h>
+ #include <bluetooth.h>
+ #include <dev/usb/usb.h>
More information about the svn-ports-head
mailing list