View | Details | Raw Unified | Return to bug 168311 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/uhidd/Makefile (+2 lines)
Lines 40-45 MAKE_ENV+= DEBUG_FLAGS='${DEBUG_FLAGS}' Link Here
40
40
41
.if ${OSVERSION} < 800069
41
.if ${OSVERSION} < 800069
42
IGNORE=		does not build with the old USB stack
42
IGNORE=		does not build with the old USB stack
43
.elif ${OSVERSION} > 1000012
44
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-uhidd-parser.y
43
.endif
45
.endif
44
46
45
.if !(exists(${SYSDIR}/Makefile) || exists(${SRC_BASE}/sys/Makefile))
47
.if !(exists(${SYSDIR}/Makefile) || exists(${SRC_BASE}/sys/Makefile))
(-)sysutils/uhidd/files/extra-patch-uhidd-parser.y (+17 lines)
Added Link Here
1
--- uhidd/parser.y~
2
+++ uhidd/parser.y
3
@@ -32,13 +32,13 @@
4
 #include <err.h>
5
 #include <errno.h>
6
 #include <stdio.h>
7
+#include <stdlib.h>
8
 #include <string.h>
9
 #include <syslog.h>
10
 
11
 #include "uhidd.h"
12
 
13
 extern int yylex(void);
14
-extern int yyparse(void);
15
 extern int lineno;
16
 extern FILE *yyin;
17
 

Return to bug 168311