- Unbreak after yacc update in r235723
PR: ports/168311 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: eadler, itetcu (mentors, implicit)
This commit is contained in:
parent
f2e15dd6ee
commit
892c1a6750
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297532
@ -40,6 +40,8 @@ MAKE_ENV+= DEBUG_FLAGS='${DEBUG_FLAGS}'
|
||||
|
||||
.if ${OSVERSION} < 800069
|
||||
IGNORE= does not build with the old USB stack
|
||||
.elif ${OSVERSION} > 1000012
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-uhidd-parser.y
|
||||
.endif
|
||||
|
||||
.if !(exists(${SYSDIR}/Makefile) || exists(${SRC_BASE}/sys/Makefile))
|
||||
|
17
sysutils/uhidd/files/extra-patch-uhidd-parser.y
Normal file
17
sysutils/uhidd/files/extra-patch-uhidd-parser.y
Normal file
@ -0,0 +1,17 @@
|
||||
--- uhidd/parser.y~
|
||||
+++ uhidd/parser.y
|
||||
@@ -32,13 +32,13 @@
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include "uhidd.h"
|
||||
|
||||
extern int yylex(void);
|
||||
-extern int yyparse(void);
|
||||
extern int lineno;
|
||||
extern FILE *yyin;
|
||||
|
Loading…
Reference in New Issue
Block a user