mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build on current
This commit is contained in:
parent
52659bd2f5
commit
47b33bd786
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318979
1 changed files with 10 additions and 0 deletions
10
devel/configkit/files/patch-lexer.l
Normal file
10
devel/configkit/files/patch-lexer.l
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- ./lexer.l.orig 2013-05-24 16:51:05.980063986 +0200
|
||||
+++ ./lexer.l 2013-05-24 16:50:37.162061270 +0200
|
||||
@@ -9,6 +9,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
+%option noinput
|
||||
%{
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
Loading…
Add table
Reference in a new issue